/next-pwa-kickoff

Simple starter for Next.JS PWA applications or component libriaries

Primary LanguageJavaScriptMIT LicenseMIT

Simple NextJS PWA kick starter boilerplate

This boilerplate is inspired by https://github.com/ooade/NextSimpleStarter, by ooade

Contents

Installation

Clone the repo:

git clone https://github.com/srdjan/next-pwa-kickoff.git
cd next-pwa-kickoff

To make it your own, re-initialize the repo and set up your project:

rm -rf .git && git init && npm init

Install the dependencies:

npm install

Development Workflow

Start a live-reload development server:

npm run dev

Generate a production build:

npm run build

Deployment

this requires having now-cli installed:

npm -g install now

then to deploy:

npm run deploy

Contribution

I'm open to contributions & suggestions

License

MIT