Description

A simplistic setup to get running with the core essentials for a client-side app - Includes:

  1. React (includes: Flux, Protected Routes)
  2. Redux (Initial setup in store/)
  3. Service Workers
  4. Atomic Design (SASS/CSS styling)
  5. Testing (Jest)
  6. Minimal webpack configuration with SOC (Development & Production)
  7. Priv keys stored in .env

QUICK SETUP -- Front-end

  1. Clone Repo
  2. Run cp .env.example .env for unix enviornments
  3. Run yarn install
  4. Run yarn start and open browser to port 8001

MORE SETUP

  1. Update the manifest.json in app/ with your pwa configurations to utilize the power of pwa