karusic/front
2024-03-11 00:07:46 +01: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] basic migration of to the new generation interface 2024-03-11 00:07:46 +01: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 angular17 2024-02-15 22:59:35 +01: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] basic migration of to the new generation interface 2024-03-11 00:07:46 +01:00
package.json [DEV] basic migration of to the new generation interface 2024-03-11 00:07:46 +01: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] update to angular17 2024-02-15 22:59:35 +01: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