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

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

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

docker docker-compose live-reload react webpack

Last synced: 17 days ago
JSON representation

:whale: A playground for Docker with React and webpack.

Awesome Lists containing this project

README

        

# docker-react-webpack

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

> A playground for Docker with React and webpack.

# Development

* Cloning the repo

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

* Installing dependencies

```bash
$ npm install
```

# 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-react-webpack/blob/master/LICENSE)

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