Ensure that node/npm is installed.
- Open terminal / command-prompt
- Go to project directory (where package.json resides) and run
npm install
- Run
npm start
. - Choose from the available queries.
- Select Quit to exit.
- Run
npm test
for checking test coverage.