A simplistic setup to get running with the core essentials for a client-side app - Includes:
- React (includes: Flux, Protected Routes)
- Redux (Initial setup in store/)
- Service Workers
- Atomic Design (SASS/CSS styling)
- Testing (Jest)
- Minimal webpack configuration with SOC (Development & Production)
- Priv keys stored in .env
- Clone Repo
- Run
cp .env.example .env
for unix enviornments - Run
yarn install
- Run
yarn start
and open browser to port 8001
- Update the manifest.json in app/ with your pwa configurations to utilize the power of pwa