Skip to content

React app packaged using Docker and deployable to Google Cloud Provider

Notifications You must be signed in to change notification settings

markers16123/react-docker-gcp

 
 

Repository files navigation

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

About

React app packaged using Docker and deployable to Google Cloud Provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.0%
  • HTML 35.3%
  • CSS 19.1%
  • Dockerfile 7.6%