To install the required dependencies open a command prompt, change directory to "client", and run the following command
$ npm install
To run the build process, linter, tests, and launch the application run the following command after ensuring that the server is running.
$ npm start
Tests can be run independently with the following command:
$ npm test