Go to file
2024-07-28 03:04:23 -06:00
.husky build: angular-starter app 2024-07-28 03:04:23 -06:00
cypress build: angular-starter app 2024-07-28 03:04:23 -06:00
documentation build: angular-starter app 2024-07-28 03:04:23 -06:00
src build: angular-starter app 2024-07-28 03:04:23 -06:00
_config.yml build: angular-starter app 2024-07-28 03:04:23 -06:00
.browserslistrc build: angular-starter app 2024-07-28 03:04:23 -06:00
.dockerignore build: angular-starter app 2024-07-28 03:04:23 -06:00
.editorconfig build: angular-starter app 2024-07-28 03:04:23 -06:00
.eslintignore build: angular-starter app 2024-07-28 03:04:23 -06:00
.eslintrc.json build: angular-starter app 2024-07-28 03:04:23 -06:00
.gitignore build: angular-starter app 2024-07-28 03:04:23 -06:00
.prettierignore build: angular-starter app 2024-07-28 03:04:23 -06:00
.prettierrc build: angular-starter app 2024-07-28 03:04:23 -06:00
.stackblitzrc build: angular-starter app 2024-07-28 03:04:23 -06:00
angular.json build: angular-starter app 2024-07-28 03:04:23 -06:00
app.json build: angular-starter app 2024-07-28 03:04:23 -06:00
CHANGELOG.md build: angular-starter app 2024-07-28 03:04:23 -06:00
CODE-OF-CONDUCT.md build: angular-starter app 2024-07-28 03:04:23 -06:00
commitlint.config.js build: angular-starter app 2024-07-28 03:04:23 -06:00
CONTRIBUTING.md build: angular-starter app 2024-07-28 03:04:23 -06:00
cypress.config.ts build: angular-starter app 2024-07-28 03:04:23 -06:00
Dockerfile build: angular-starter app 2024-07-28 03:04:23 -06:00
documentation.json build: angular-starter app 2024-07-28 03:04:23 -06:00
jest.config.js build: angular-starter app 2024-07-28 03:04:23 -06:00
LICENSE build: angular-starter app 2024-07-28 03:04:23 -06:00
package-lock.json build: angular-starter app 2024-07-28 03:04:23 -06:00
package.json build: angular-starter app 2024-07-28 03:04:23 -06:00
README.md build: angular-starter app 2024-07-28 03:04:23 -06:00
sonar-project.properties build: angular-starter app 2024-07-28 03:04:23 -06:00
transloco.config.js build: angular-starter app 2024-07-28 03:04:23 -06:00
tsconfig.app.json build: angular-starter app 2024-07-28 03:04:23 -06:00
tsconfig.json build: angular-starter app 2024-07-28 03:04:23 -06:00
tsconfig.spec.json build: angular-starter app 2024-07-28 03:04:23 -06:00

Skrill

Webapp UI for stock and crypto trading.

Install / Development

Install nvm as node manager, install latest node.

# Clone the project
$ git clone https://git.zavage.net/Zavage-Software/skrill-frontend
$ cd skrill-frontend

# Install dependencies
$ npm install

# Start server
$ npm run start

# Open in browser: http://localhost:4200

Docker Deployment

# Build Docker image
$ docker build . -t angular-starter

# Run Docker Container
$ docker run -p 3000:80 angular-starter

Docker Hub

https://hub.docker.com/r/wlucha/angular-starter

Commands

  • npm run start - Start the app
  • npm run lint - Lint the project
  • npm run test - Run unit tests
  • npm run build - Build the project
  • npm run build:prod - Build the project in production mode
  • npm run build:prod:stats - Build the project in product mode with stats
  • npm run analyse - Analyse bundle with webpack-bundle-analyzer
  • npm run compodoc - Generate compodoc documentation
  • npm run version - Generate changelog
  • npm run prettier - Format the whole project
  • npm run audit - Audit this application using Sonatype OSS Index