The web frontend of WeBet, a friendly betting / match voting site. Built with React and Material UI
This is a personal project between me and some friends. But external contributions are welcome if you come across this and come up with a useful addition
- Clone this repo to your dev machine
- Clone the API repo to your dev machine. Follow the getting started guide for the API repo
- Assuming you have node and npm installed, from the root directory of this repo:
- Install dependencies:
npm install
- Start the dev webserver:
npm start
- Install dependencies:
- In a different terminal, navigate to the the API dev server folder and follow its getting starer started guide to it up and start it. The dev UI will proxy API calls from the UI to the dev API
npm run build
- TBD
See the section about deployment for suggested solutions.