Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 646 Bytes

The Blue Alliance Progressive Web App (PWA)

A universally (server + client) rendered React PWA for The Blue Alliance.

Currently at https://beta.thebluealliance.com

Getting started

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).

Made With