Skip to content

Watemlifts/NextSimpleStarter

 
 

Repository files navigation

logo

travis-ci codeclimate-gpa-badge codeclimate-issues-badge

Simple NextJS PWA boilerplate.

Contents

Installation

Clone repo:

git clone https://github.com/ooade/NextSimpleStarter.git
cd NextSimpleStarter

Make it your own:

rm -rf .git && git init && yarn init

ℹ️ This re-initializes the repo and sets up your project.

Install the dependencies:

yarn install

or

npm install

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

Deploy to now

heroku Just follow Mars's Guide and you're good to go 👏

Contribution

I'm open to contributions & suggestions in making this a lot better ✋

License

MIT

About

⭐ Simple PWA boilerplate with nextjs 8 and redux + React Hooks

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%