Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 939 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 939 Bytes

The Blue Alliance Progressive Web App (PWA)

A Universally (server & client) rendered React PWA for The Blue Alliance.

Currently at https://pwa.thebluealliance.com

Getting started

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

Made With