This is a component for the renuo upload (https://github.com/renuo/renuo-upload)
- https://github.com/renuo/ngx-renuo-upload
- https://upload-demo.renuoapp.ch
- https://upload-demo-develop.renuoapp.ch
git clone git@github.com:renuo/ngx-renuo-upload.git
cd ngx-renuo-upload
bin/setupbin/setupThe deployment of the demo page will run automatically on Firebase with Travis.
yarn build
firebase deploySee https://firebase.google.com/docs/cli/
bin/checkThis runs
- keyword check (console.log, ...)
- scss-lint
- tslint
- sorts translations
To develop TDD and restart tests after each change run:
bin/tddTo show the graphical coverage report run:
bin/coveragebin/check: runs all checksbin/check-server-start: subscript ofbin/checkto test if server runsbin/coverage: shows coverage reportbin/fixruns auto-corrections (tslint --fix)bin/generate-i18n: generate new translation keysbin/prettify-translations: sorts the translation keysbin/setup: sets up the projectbin/run: runs a local instance of the server
bin/runTo update dependencies it's best to use:
yarn upgrade-interactiveIf there are problems with the project, feel free to contact Pascal Andermatt.
Coypright 2017 Renuo AG.
See LICENSE file.




