karusic/front
2024-04-15 00:56:45 +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] add progress callback 2024-04-15 00:56:45 +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] update to basic work 2024-04-06 13:08:12 +02:00
docker-compose.yaml [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
Dockerfile [DEV] correct version with some ibrary update 2024-04-13 09:03:05 +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.json [DEV] add progress callback 2024-04-15 00:56:45 +02:00
pnpm-lock.yaml [DEV] correct version with some ibrary update 2024-04-13 09:03:05 +02:00
protractor.conf.js [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
readme.md [DEV] super update de generisation back et front ==> nearly stable 2022-12-16 00:58:21 +01:00
tsconfig.json [DEV] correct version with some ibrary update 2024-04-13 09:03:05 +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

build the local image:

docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karusic:latest .

docker login gitea.atria-soft.org

docker push gitea.atria-soft.org/kangaroo-and-rabbit/karusic:latest