Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 316 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 316 Bytes

Requirements

Server

cd server
npm install
npm start

Angular

cd angular
npm install
bower install

Development

gulp serve

Building (it will build into server/public)

gulp build

Unit tests

gulp test

e2e tests

gulp protractor