Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 514 Bytes

File metadata and controls

executable file
·
35 lines (24 loc) · 514 Bytes

Test Project

Steps to run this project:

First Go to Project directory

cd ~/TestProject

then

1. Install dependencies

npm install

2. Run the test cases

Currently there are no test cases written for this project as it was not required.

npm run test

3. Run the project

 npm run dash

4. See running project in local browser

Open the Url(http://localhost:8080/) in browser

See Testing and Scalability page for other details.