Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

preco21/next-playgrounds

Repository files navigation

Next Playgrounds

Code Style Prev

🚀 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.

Install

$ git clone https://github.com/preco21/next-playgrounds.git

$ cd next-playgrounds
$ npm install

Prerequisite: Node.js 9 or higher.

Usage

Development mode

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

Build

This command will start export the static page version of app into app folder for production.

$ npm run build

License

MIT

Releases

No releases published

Packages

No packages published