/basketball-shots

Count basketball shots in ReactJS/Typescript

Primary LanguageTypeScriptMIT LicenseMIT

basketball-shots

Count basketball shots

Running Example on GitHub Pages

Build Instructions

Local Development Server

  1. npm install
  2. npm run start

Production Build

  1. npm install
  2. npm run build
    1. Builds are built into build/
    2. May have to alter paths in build/index.html depending on where resources are located in production

GitHub Pages Deploy

  1. change "homepage" in package.json to the URL of your GitHub pages site
  2. npm install
  3. npm run deploy

Todo

  • Fix styling withs. Widths are not behaving, currently styling is messy to make it work on iPads.
  • Spice up the styling