Skip to content

zigaspindler/mylibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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