Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1022 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1022 Bytes

WeBet UI

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

Prerequisites

  1. Clone this repo to your dev machine
  2. Clone the API repo to your dev machine. Follow the getting started guide for the API repo

Getting Started

  1. Assuming you have node and npm installed, from the root directory of this repo:
    1. Install dependencies: npm install
    2. Start the dev webserver: npm start
  2. 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

Build and Deploy

  1. npm run build
  2. TBD

See the section about deployment for suggested solutions.