Skip to content

Portfolio website using React app packaged using Docker and deployable to Google Cloud Provider

Notifications You must be signed in to change notification settings

VasekS/portfolio-app

Repository files navigation

Portfolio website using React app packaged using Docker and deployable to Google Cloud Provider: Live Site

Getting Started


Clone the project:
git clone https://github.com/VasekS/portfolio-app.git

Navigate into the directory:
cd portfolio-app

Install node modules:
npm install

Run the app locally:
npm start

Build the docker image:
docker build -t portfolio-app:latest .

Run the docker image:
docker run -p 8080:443 portfolio-app:latest

Navigate to the url in your browser:
http://localhost:8080

About

Portfolio website using React app packaged using Docker and deployable to Google Cloud Provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published