Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.0

In 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
```