Simple tournament web app for two man teams.
The web app is up and running at https://failkidz.com/tournament/
- Install dependencies:
npm install
- Build the bundle.js and watch for source code changes
npm start
- Open index.html in your browser
To build the bundle.min.js file use following command:
npm run build
This idea started out as project for a school course but with the exception it was written in java and hosted with a Tomcat server. Therefor I decided to rewrite it in React to have it hosted on Github Pages.