PROJECT ARCHIVED
Single page web application quiz written in Javascript using React and Redux.
Quiz rules: guess player with highest points, win and move on to the next round. Lose and you are out.
- Node.js with NPM - install instructions here
- Clone repository using
git clone https://github.com/bertiecroll/sportpersons-quiz
- Install dependancies using
npm install
from the root project folder. - Start server using
npm start
from root project folder. - bundle.js file included in repo. However to create locally use
npm start
from/client
folder. - Application will run on localhost:5000.
- Tests carried out using Jest testing framework
- Follow step 2. above to install dependancies.
- Install dev dependancies using
npm install
from/client
folder. - Run tests using
npm test
from same folder.