This tool can help a collegiate ballroom dance team organize travel to other teams’ competitions.
To run this application fully from your local machine:
- Clone this repository.
- Run
npm install. - Run
npm start.
Alternatively, you can go to https://bbdtaway.azurewebsites.net/. This instance is hosted on a free tier, so it is not unusual for the page to take a minute to load.
You can run unit tests with npm run test.
Before deploying this app, you may want to run the built version to see whether everything still behaves as expected:
- Run
npm run buildto build this application. - Run
npm run build-serveto start a server that serves the built version.