Following dependencies are required for this project:
If you installed npm, you can run:
npm install
The following call build the directory changes and generates the JS files If necessary:
npm run frontend-dist
The following call monitors the directory changes and generates the JS and CSS files If necessary:
npm run frontend-watch
to get text from templates and js files and create .pot file run:
npm run pot
than you have to create a translations (.po files) maybe witch poedit (https://poedit.net/) and create json files for the angular-translate module:
npm run translate