Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 974 Bytes

README.md

File metadata and controls

62 lines (37 loc) · 974 Bytes

Pure360 Technical task

Create SPA that displays list of emails.

Demo APP

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

 Install node and npm
 npm install -g protractor
 webdriver-manager update

Installing

Run

 npm install

Now, start the server

 npm start

Running the tests

To run unit tests run

 npm run test

To run end to end test, run

    webdriver-manager start
    protractor protractor.config.js

Whats next

  • Add production mode

Authors

  • **Rui Ribeiro ** - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details