karideo/front
2020-12-07 00:17:51 +01:00
..
e2e [DEV] first application 2019-12-21 21:53:18 +01:00
httpd [DEV] try to correct the refresh on web 2020-01-14 21:22:25 +01:00
src [DEV] set back video in black 2020-12-07 00:17:51 +01:00
.browserslistrc [DEV] update upload interface 2020-10-16 09:03:12 +02:00
.editorconfig [DEV] basic usable version with use condition (webm or mkv(h264+opus)) 2019-12-27 23:22:28 +01:00
.gitignore [DEV] update edit serie 2020-11-10 23:10:50 +01:00
angular.json [DEV] some bugs 2020-10-25 15:39:44 +01:00
docker-compose.yaml [DEV] basic version of the docker file for web application 2020-01-03 22:17:30 +01:00
Dockerfile [DEV] remove unneeded 2020-10-23 00:17:37 +00:00
Dockerfile.dev [DEV] basic version of the docker file for web application 2020-01-03 22:17:30 +01:00
karma.conf.js [DEV] migrate angular 2020-01-03 21:52:02 +01:00
package-lock.json [DEV] update angular 11 2020-12-04 22:15:13 +01:00
package.json [DEV] update angular 11 2020-12-04 22:15:13 +01:00
protractor.conf.js [DEV] first application 2019-12-21 21:53:18 +01:00
readme.md [DEV] some updates 2020-10-10 22:35:09 +02:00
tsconfig.json [DEV] update upload interface 2020-10-16 09:03:12 +02:00
tslint.json [DEV] update upload interface 2020-10-16 09:03:12 +02:00

Start the application:

npm install

upgrade package

npm audit fix

npm install -g angular-cli

start the application:

npx ng serve --watch

plus facilement: npm install @angular-devkit/build-angular@0.901.9 npm start