Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 745 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 745 Bytes

Wager Bets Project

Technologies Used

  • React
  • ReactContext (for state management)
  • Webpack 5
  • Babel
  • scss (for styling)
  • axios (for API calls)
  • classnames (for conditional classnames)

Installation

  1. Clone the repo

     git clone https://github.com/fatmacann/wager.git
  2. Install NPM packages

    npm install
  3. Start the app

    npm dev
  4. Open http://localhost:8080 to view it in the browser.

Usage

  • The app will load with a list of all the bets.
  • Click on a bet add to your betslip.

Production Build

  1. Run the following command to create a production build

    npm run build
  2. The build will be located in the dist folder