NextSimpleStarter
NextSimpleStarter copied to clipboard
Fork from https://github.com/ooade/NextSimpleStarter
Simple NextJS PWA boilerplate.
Contents
- Installation
- Development Workflow
- Deployment
Installation
Development Workflow
Start a live-reload development server:
yarn dev
or
npm run dev
Generate a production build:
yarn build
or
npm run build
Deployment
heroku
Just follow Mars's Guide and you're good to go :clap:Contribution
I'm open to contributions & suggestions in making this a lot better :hand:
License
MIT