Nextjs template pre-configured with TS (strict), Scss, Prettier+ESLint
yarn
yarn dev
- Then open http://localhost:3000
- Open package.json and replace (
"dev": "next dev"
) with ("dev": "next dev -p 8000"
) - Then open http://localhost:8000
-
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
-
Check out our Next.js deployment documentation for more details.