Create SPA that displays list of emails.
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.
What things you need to install the software and how to install them
Install node and npm
npm install -g protractor
webdriver-manager update
Run
npm install
Now, start the server
npm start
To run unit tests run
npm run test
To run end to end test, run
webdriver-manager start
protractor protractor.config.js
- Add production mode
- **Rui Ribeiro ** - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details