Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 460 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 460 Bytes

Getting Started

1- Clone this repository,

2- Install the dependencies:

npm install

3- Run the Server:

npm run start:api

4- Run the Application:

npm start

5- Access to the app at

http://localhost:8002/app/

6- Run unit tests

npm test

7- Run e2e tests

npm install -g protractor
webdriver-manager update
webdriver-manager start
npm start (just be sure your app is running)
protractor test/protractor-conf.js