Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-blue-alliance/the-blue-alliance-pwa-old
A progressive web app for The Blue Alliance. An old testing project.
https://github.com/the-blue-alliance/the-blue-alliance-pwa-old
first-frc first-robotics-competition firstrobotics frc pwa robotics-competition the-blue-alliance
Last synced: 12 days ago
JSON representation
A progressive web app for The Blue Alliance. An old testing project.
- Host: GitHub
- URL: https://github.com/the-blue-alliance/the-blue-alliance-pwa-old
- Owner: the-blue-alliance
- License: mit
- Created: 2018-12-26T18:52:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T21:18:19.000Z (over 5 years ago)
- Last Synced: 2024-10-17T07:56:38.336Z (28 days ago)
- Topics: first-frc, first-robotics-competition, firstrobotics, frc, pwa, robotics-competition, the-blue-alliance
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](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
* [Create Razzle App](https://github.com/jaredpalmer/razzle)
* [Material-UI](https://github.com/mui-org/material-ui)