https://github.com/robertoachar/docker-angular
:whale: A playground for Docker with Angular.
https://github.com/robertoachar/docker-angular
angular docker docker-compose live-reload
Last synced: 2 months ago
JSON representation
:whale: A playground for Docker with Angular.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-angular
- Owner: robertoachar
- License: mit
- Created: 2017-10-29T15:01:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T22:25:21.000Z (over 7 years ago)
- Last Synced: 2024-12-26T07:42:20.455Z (4 months ago)
- Topics: angular, docker, docker-compose, live-reload
- Language: TypeScript
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-angular
[![License][license-badge]][license-url]
> A playground for Docker with Angular.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/docker-angular.git
```* Installing dependencies
```bash
$ npm install
```* Running scripts
Action | Usage
--- | ---
Starting development mode | `npm start`
Linting code | `npm run lint`
Running unit tests | `npm test`
Running e2e tests | `npm run e2e`
Build | `npm run build`# Docker
* Building an image
```bash
$ docker-compose build
```* Running a container
```bash
$ docker-compose up
```* Stopping a container
```bash
$ docker-compose down
```# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/docker-angular/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/docker-angular.svg
[license-url]: https://opensource.org/licenses/MIT