Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.24 KB

File metadata and controls

31 lines (20 loc) · 1.24 KB

SpaBergaufDotCh

Generated with ng-poly version 0.10.3

Setup Frontend

(it is assumed that you have git, node and bower installed and working)

  1. (Run npm install -g bower gulp yo [email protected]) Only needed for further development. This enables Bower, Gulp, and Yeoman generators to be used from command line.

  2. Run npm install to install this project's dependencies

  3. Run bower install to install client-side dependencies

  4. Run tsd install to install TypeScript definition files

gulp tasks

  1. Run gulp unitTest to run unit tests via Karma and to create code coverage reports
  2. Run gulp --stage=prod to run the build task with minification etc. for the production environment
  3. Run gulp copy2server to copy frontend-files to the server-directory

navigate to app

or start separate frontend for development

  • open new terminal window (for a separate process)
  • Run gulp to run the build task and setup the development environment (standard-task) This runs the frontend on localhost:3000 with browsersync

Webserver - Readme