karusic/front
2022-06-19 19:24:04 +02:00
..
e2e [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
httpd [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
src [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.browserslistrc [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.editorconfig [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.eslintignore [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.eslintrc.js [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.gitignore [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
angular.json [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
docker-compose.yaml [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
Dockerfile [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
Dockerfile.dev [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
karma.conf.js [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
package-lock.json [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
package.json [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
protractor.conf.js [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
readme.md [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
tsconfig.json [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
tslint.json [DEV] initail code with karideo origin 2022-06-19 19:24:04 +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