Steps to run the project.
- You need to install all dependencies by running
npm installfor that. - Use
npm startto run the game. npm testfor testing.- You can also see the code coverage by running
npm run coverage.
This project have a yarn.lock file, therefore, I recommend the use of yarn, if you have it installed, to run those command lines listed above.
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.