/pig

PIG is a dice game I created for a technical test

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

PIG

This is a small game I built for a technical test, this was built using:

  • Create react app
  • React

alt text

Quick start

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 start

go to http://localhost:3000 in your browser.

Running tests

npm test

NOTE: Puppeteer is used for E2E testing, currently this may fail the first time, just run the tests again!

Developing

Build files

  • single run: npm run build
  • build files and watch: npm start

License

MIT