https://github.com/dgonzo27/react-docker-gcp
React app packaged using Docker and deployable to Google Cloud Provider
https://github.com/dgonzo27/react-docker-gcp
docker gcp react
Last synced: 12 months ago
JSON representation
React app packaged using Docker and deployable to Google Cloud Provider
- Host: GitHub
- URL: https://github.com/dgonzo27/react-docker-gcp
- Owner: dgonzo27
- Created: 2021-01-18T02:27:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T20:08:26.000Z (over 5 years ago)
- Last Synced: 2025-04-06T10:46:44.475Z (over 1 year ago)
- Topics: docker, gcp, react
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 11
- Watchers: 1
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Watch the demo at https://youtu.be/GIM5irN4Ix0
# Getting Started
Clone the project:
git clone https://github.com/dgonzo27/react-docker-gcp.git
Navigate into the directory:
cd react-docker-gcp
Install node modules:
npm install
Run the app locally:
npm start
Build the docker image:
docker build -t react-docker-gcp:latest .
Run the docker image:
docker run -p 8080:443 react-docker-gcp:latest
Navigate to the url in your browser:
http://localhost:8080