Files
ScoutingApp2022/README.md
T

32 lines
996 B
Markdown
Raw Normal View History

2022-02-02 23:25:40 -07:00
# Ridgebotics Scouting App 2022
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Scripts
In the project directory, you can run:
### `start_dev.sh`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
This will also run the couchdb server.
2022-02-02 23:29:59 -07:00
Open [http://localhost:5984/_utils](http://localhost:5984/_utils) to open the couchdb web interface
2022-02-02 23:25:40 -07:00
### `start_prod.sh`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
This runs and nginx server that serves the app over http
Open [http://localhost](http://localhost) to view it in your browser.
This will also run the couchdb server.
2022-02-02 23:29:59 -07:00
Open [http://localhost:5984/_utils](http://localhost:5984/_utils) to open the couchdb web interface
2022-02-02 23:25:40 -07:00
### `stop.sh`
Stops any running containers