https://github.com/paramsinghvc/react-express-docker
https://github.com/paramsinghvc/react-express-docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paramsinghvc/react-express-docker
- Owner: paramsinghvc
- Created: 2019-08-13T04:20:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:53:30.000Z (over 3 years ago)
- Last Synced: 2023-08-28T07:21:11.038Z (almost 3 years ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-express-docker
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
```