karideo/front
2022-06-14 00:23:33 +02: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] generize code for model access 2022-06-14 00:23:33 +02: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
.eslintignore [DEV] update the linter 2022-04-01 01:41:06 +02:00
.eslintrc.js [DEV] update the linter 2022-04-01 01:41:06 +02:00
.gitignore [add detection in upload of multiple files 2022-03-11 21:51:30 +01:00
angular.json [DEV] update the linter 2022-04-01 01:41:06 +02:00
docker-compose.yaml [DEV] basic version of the docker file for web application 2020-01-03 22:17:30 +01:00
Dockerfile [DEV] multiple file upload 2022-03-11 21:51:30 +01: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] rework to manage secure connection 2022-05-21 00:57:55 +02:00
package.json [DEV] update the linter 2022-04-01 01:41:06 +02:00
protractor.conf.js [DEV] first application 2019-12-21 21:53:18 +01:00
readme.md [DEV] update the linter 2022-04-01 01:41:06 +02:00
tsconfig.json [DEV] may reworks: simplify, create common-part, many small clean 2022-06-13 14:09:59 +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

Apply linter:

npx ng lint