Generated with ng-poly version 0.10.3
(it is assumed that you have git, node and bower installed and working)
-
(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. -
Run
npm install
to install this project's dependencies -
Run
bower install
to install client-side dependencies -
Run
tsd install
to install TypeScript definition files
- Run
gulp unitTest
to run unit tests via Karma and to create code coverage reports - Run
gulp --stage=prod
to run the build task with minification etc. for the production environment - Run
gulp copy2server
to copy frontend-files to the server-directory
- open your browser and navigate to bergauf.app http://localhost:3003
- 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