Simple app for my presentation of e2e-testing with Protractor as a mentor of the Philos.io JavaScript & AngularJS Bootcamp in Brussels.
We need to have Node.js and Git previously installed.
And after cloning the repository we install the project dependencies.
$ npm install
Start the server.
$ npm start
And run the tests.
$ npm test