Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thadeu/react-thadeu.work-docker
React Application with Docker
https://github.com/thadeu/react-thadeu.work-docker
docker docker-compose react react-docker
Last synced: 27 days ago
JSON representation
React Application with Docker
- Host: GitHub
- URL: https://github.com/thadeu/react-thadeu.work-docker
- Owner: thadeu
- Created: 2018-02-02T13:05:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T04:33:22.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T01:15:29.956Z (3 months ago)
- Topics: docker, docker-compose, react, react-docker
- Language: JavaScript
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thadeu.work [![Build Status](https://travis-ci.org/Thadeu/react-thadeu.work-docker.svg?branch=master)](https://travis-ci.org/Thadeu/react-thadeu.work-docker)
## Visit
Live preview in http://thadeu.work## Dockerized Application
* Docker Compose
* Nginx 1.13
* Node 9
* React v16.2.0In Development - access thadeuwork.local
```bash
docker-compose up --build dev
or
yarn dev:up
```In Production - access thadeu.work
```bash
docker-compose up -d --build app server
or
yarn build
```