hint: You should install nodejs on your machine
Visit this link to download and install nodejs
First, Install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:4000 with your browser to see the result.
You can change Port by modifying script on package.json file to be:
"script":{
"dev":"next dev -p PORT_NUMBER"
}Run the following commands:
- First, Build the project:
npm run build- Second, Start the project:
npm start- Next.js 14 (React 18) using
Approuting - TypeScript
- Tailwind