A universally (server + client) rendered React PWA for The Blue Alliance.
Currently at https://beta.thebluealliance.com
npm install
to install packages.
npm run dev
to run the app in development mode at http://localhost:3000.
npm test
to run tests.
npm run build
to build for production.
npm run deploy
to deploy to production.
npm start
to run the production server at port 3001 (or a specified PORT).