1.0.1 • Published 3 years ago
pwa-basic-boilerplate v1.0.1
PWA Basic Boilerplate
A very basic boilerplate for creating PWAs using Google's Workbox.
Usage
This boilerplate is available as a npm
module on npm registry.
Since script + npx = speed
we will use npx
here.
Choose a folder where you want to create your application and type :
npx pwa-boilerplate-basic app-name
This will install required items for a basic bare bones PWA(including node modules).
To run development server first switch to your app directory and use :
npm run start
This will start a development server which will be on http://localhost:3000
by default.
Requirements
Since this is a npm package you might already know that node + npm are required (If not, then you visited wrong part of the internet :) ).
Node version 5.2+ is required.
TODO
- Learn
parcel
or other module bundler to improve this project. - Add styling to application.
Add more basic features so that add can be showcased.