- React, Webpack, WorkBox (service-workers), and ready for Push Notifications with either Firebase or VAPID.
To get up and running:
yarn installornpm install- To start in development mode:
yarn start| http://localhost:5000 - To build production:
yarn build - To build and run
yarn serve
See package.json for in case these commands don't work.