Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 490 Bytes

AngularJS e2e Bootcamp

Simple app for my presentation of e2e-testing with Protractor as a mentor of the Philos.io JavaScript & AngularJS Bootcamp in Brussels.

Installation

We need to have Node.js and Git previously installed.

And after cloning the repository we install the project dependencies.

$ npm install

Usage

Start the server.

$ npm start

And run the tests.

$ npm test