This project was bootstrapped with Create React App.
This is a small game I built for a technical test, this was built using:
- Create react app
- React
Clone/Download the repo then:
# clone the repo
git clone https://github.com/Coder2012/pig.git pig
# change directory to your app
cd pig
# install the dependencies with npm
npm install
# start the server
npm startgo to http://localhost:3000 in your browser.
npm test
NOTE: Puppeteer is used for E2E testing, currently this may fail the first time, just run the tests again!
- single run:
npm run build - build files and watch:
npm start
