🚀 An opinionated setup for Next.js
- Core setup from the original playgrounds.
- Clean and minimal setup to build React app with
next.js
. - Focused for a static web application.
$ git clone https://github.com/preco21/next-playgrounds.git
$ cd next-playgrounds
$ npm install
Prerequisite: Node.js 9 or higher.
This command will start the development server. As soon as the server gets ready, you can start editing components in src
folder.
$ npm run dev
This command will start export the static page version of app into app
folder for production.
$ npm run build