A Universally (server & client) rendered React PWA for The Blue Alliance.
Currently at https://pwa.thebluealliance.com
npm install
to install packages
npm start
to run the app in development mode at http://localhost:3000
npm run storybook
to run the component development and documentation environment
npm run startssr
to start the development server at http://localhost:3001 (only needed if working on SSR)
npm run buildprod
to build client and server bundles for production
firebase deploy
to deploy to Firebase hosting & functions