Skip to content
Snippets Groups Projects
Truong-Sinh An's avatar
Truong-Sinh An authored
Merge branch 'presentation-application-development-2-baseline' into 'presentation-application-development'

presentation-application prototype implementation | refactoring

See merge request !22
206ed6b0
History

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:

Licence:

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.