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

https://github.com/paramsinghvc/react-express-docker


https://github.com/paramsinghvc/react-express-docker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-express-docker


Logo


An example react application with express server as the backend.


## Running the App

### Dev Enviroment
```sh
docker-compose up -f docker-compose.dev.yml --build
```

### Prod Enviroment
```sh
docker-compose up --build
```