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.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-react
- Owner: robertoachar
- License: mit
- Created: 2017-10-29T03:51:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T21:42:37.000Z (over 7 years ago)
- Last Synced: 2024-12-26T07:42:19.544Z (4 months ago)
- Topics: create-react-app, docker, docker-compose, live-reload, react
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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