Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digipie/react-node-docker
An example for serving a create-react-app using NodeJS in a Docker container.
https://github.com/digipie/react-node-docker
create-react-app docker nodejs reactjs
Last synced: 12 days ago
JSON representation
An example for serving a create-react-app using NodeJS in a Docker container.
- Host: GitHub
- URL: https://github.com/digipie/react-node-docker
- Owner: DigiPie
- License: mit
- Created: 2019-11-04T08:13:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T03:46:53.000Z (over 4 years ago)
- Last Synced: 2024-10-24T08:12:25.235Z (2 months ago)
- Topics: create-react-app, docker, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 598 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-node-docker
A skeleton boiler-plate example for serving a create-react-app using NodeJS in a Docker container. Comes with `react-bootstrap`.## How to use
1. Change the directory to the sub-directory '_app_': `cd app`.
2. Edit and execute: `build.sh` or `sudo build.sh`.
3. Edit and execute: `run.sh` or `sudo run.sh`.## Screenshot
![Alt text](img/screenshot.png?raw=true "Screenshot")