An open API service indexing awesome lists of open source software.

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.

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