karusic/front
2022-08-08 01:09:54 +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 upgrade 2022-08-08 01:09:54 +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 real basic player ... must be upgrade really soon... 2022-07-11 00:00:20 +02:00
package.json real basic player ... must be upgrade really soon... 2022-07-11 00:00:20 +02:00
protractor.conf.js [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
readme.md [DEV] better upload 2022-07-15 15:09:08 +02:00
tsconfig.json [DEV] update the new data from karideo and basi c modification to start front 2022-06-28 00:45:51 +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/karideo:latest .

docker login gitea.atria-soft.org

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