Based off of Mitch Gavan's tutorial.
Live demo here.
A React web application that quizzes the user on various running style preferences.
- Clone the Repository
$ git clone https://github.com/nashkenazy/React-Runner-Quiz.git
- Navigate to the root directory in the command line and run one of the following commands to install the package.json dependencies:
$ yarn
or $ npm install
There are a few methods to start the application. Each should work fine.
- Run
start-site.bat
from the root directory. - Open the command line in the root directory and run
$ yarn start
or$ npm start
.
No license.