/points

Basic set collecting browser game.

Primary LanguageJavaScript

Kahoot Points

Instructions

The following assumes you have yarn, and git installed.

In your favorite terminal:

  1. git clone https://github.com/igreulich/points.git ~/kahoot-game
  2. cd ~/kahoot-game
  3. Install the dependencies, yarn install
  4. To build and serve the app, yarn dev
    • A browser window/tab should open to the app.
  5. To run the tests, yarn test

If all goes well, your browser should be open to http://localhost:3000/.