Description
Contains applications based on Node.js and AngularJS
Requirements
Checkout process
> git clone git@gitlab.beuth-hochschule.de:smart-learning/applications.git
> npm install
> npm run bower install
Check if tools are available
> npm -v
> npm run bower -- -v
> npm run grunt -- --version
Prepare assets such as minimize images or create missing minified vendor libs
> npm run grunt -- prepareArtifacts
Build development
> npm run grunt -- buildDevelopment
> npm run grunt -- serveDevelopment
Build production
> npm run grunt -- buildProduction
> npm run grunt -- serveProduction
Production build creates a deployment archive in subfolder: deployBundle
See also:
- Documentation [JSDoc]
Licence:
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.