Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 451 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 451 Bytes

JP Client Sales - Client

Installation

To install the required dependencies open a command prompt, change directory to "client", and run the following command

$ npm install

Launch Client

To run the build process, linter, tests, and launch the application run the following command after ensuring that the server is running.

$ npm start

Running Tests

Tests can be run independently with the following command:

$ npm test