/TestProject

This is a test project repository.

Primary LanguageJavaScriptMIT LicenseMIT

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.