Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denysvuika/medium-angular-docker
Your Angular apps as Docker containers
https://github.com/denysvuika/medium-angular-docker
angular angular-cli docker docker-compose docker-image
Last synced: 26 days ago
JSON representation
Your Angular apps as Docker containers
- Host: GitHub
- URL: https://github.com/denysvuika/medium-angular-docker
- Owner: DenysVuika
- Created: 2018-03-02T17:41:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T02:05:09.000Z (over 1 year ago)
- Last Synced: 2024-04-15T03:03:59.204Z (8 months ago)
- Topics: angular, angular-cli, docker, docker-compose, docker-image
- Language: TypeScript
- Homepage: https://denys.dev/2018-03-02/your-angular-apps-as-docker-containers/
- Size: 2.41 MB
- Stars: 35
- Watchers: 2
- Forks: 61
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Docker
This project was generated with [Angular CLI](https://github.com/angular/angular-cli).
Angular: 15.x
## Scripts
| Script | Description | Example |
| ------------ | -------------------------------------------- | ----------------------------------- |
| start | start the application | `npm start` |
| build | built application for production | `npm run build` |
| build:docker | build docker image | `npm run build:docker` |
| start:docker | start the prebuilt docker image on port 3000 | `npm run start:docker` |
| test | run unit tests in watch mode | `npm test` |
| test:ci | run unit tests for CI/CD environment | `npm run test:ci` |