.. | ||
e2e | ||
httpd | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
angular.json | ||
docker-compose.yaml | ||
Dockerfile | ||
Dockerfile.dev | ||
karma.conf.js | ||
package.json | ||
pnpm-lock.yaml | ||
protractor.conf.js | ||
readme.md | ||
tsconfig.json | ||
tslint.json |
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