Environment requirements
- NodeJs v14.x
- Npm 8.x
Clone the project using
$ git clone https://github.com/pktippa/fruit-machine-nodejs.git
Install the dependencies (node modules)
$ cd fruit-machine-nodejs && npm install
To play the game
fruit-machine-nodejs $ npm start
To Run all the tests
fruit-machine-nodejs $ npm test