Basic Next with TypeScript Setup
Installation
npm i
Build
npm run build
Start
npm start
Start in development mode
npm run dev
This command starts the app in the development mode on http://localhost:3000
Stop
- Focus the terminal window where you started the app
- Press
CTRL
+C
This should kill the process running the app.