https://github.com/mitchs-dev/sample-react
Simply a sample React app deployment.
https://github.com/mitchs-dev/sample-react
Last synced: 9 months ago
JSON representation
Simply a sample React app deployment.
- Host: GitHub
- URL: https://github.com/mitchs-dev/sample-react
- Owner: mitchs-dev
- Created: 2020-12-02T00:04:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T10:33:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T03:46:42.943Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 30 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample React on Docker
Simply a sample React app deployment.
## DISCLAIMER
This repository is not regularly maintined and should be used at your own discretion.
## How to use
1. Clone the repo: `git clone git@github.com:mitchs-dev/sample-react.git`
1. Change to the repository directory: `cd sample-react`
1. Deploy the app: `docker-compose up -d`
1. Wait for the image download and deployment to finish.
1. Navigate in your browser to: `http://localhost`
### Cleanup
1. Run `chmod +x ./cleanup.sh`
1. Run `./cleanup.sh`