Next.JS
What is Next?
Create project with Next.js
x
npx create-next-app
Run in development
x
npm run dev
Build for production
x
npm run build
Start in production
x
npm start
Deploy na Vercel
The easiest way to deploy your Next.js application is to use the Vercel Platform from the creators of Next.js.
Note
This project uses Next.JS to generate static HTML pages on the server.
Project example with Next:
https://github.com/ViniciusVC/.../next_js_exemplo
https://github.com/ViniciusVC/.../next_js_exemplo