Veedgee's Web Client
-
Install Node. Download the "Recommend for Most Users" version.
-
Clone the repo:
git clone git@github.com:rafaelcamargo/veedgee-web.git- Go to the project directory
cd veedgee-web- Install the project dependencies
npm install- Check your changes running the command below and accessing
http://localhost:9000:
npm run start- In case you have changed any website behavior, ensure that all changes are covered with automated tests:
npm run test- You can optionally generate a coverage report while running tests:
npm run test -- --coverage