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

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.

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`