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

https://github.com/robertoachar/docker-react

:whale: A playground for Docker with React.
https://github.com/robertoachar/docker-react

create-react-app docker docker-compose live-reload react

Last synced: 2 months ago
JSON representation

:whale: A playground for Docker with React.

Awesome Lists containing this project

README

        

# docker-react

[![License][license-badge]][license-url]

> A playground for Docker with React.

* Cloning the repo

```bash
$ git clone https://github.com/robertoachar/docker-react.git
```

* Installing dependencies

```bash
$ npm install
```

* Building image

```bash
$ docker-compose build
```

* Running image

```bash
$ docker-compose up
```

* Stoping image

```bash
$ docker-compose down
```

# Author

[Roberto Achar](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/docker-react/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/robertoachar/docker-react.svg
[license-url]: https://opensource.org/licenses/MIT