Typescript and npm has to be installed on your machine! Install gulp globally or call gulp tasks from npm folder. For example:
node_modules/gulp/bin/gulp.js build
####1: Install packages
npm install typings --global
npm install
####2: Install typings
typings install
-- or if typings are not installed globally:
node_modules/typings/dist/bin.js install
####3: Build project
gulp build
####4: Start server (launches auto refreshing and gulp watcher)
gulp start
TODO:
- Unit tests
- E2E Tests