Skip to content

ReactJS project template with a lot of basic project must-have features, such as containerization and deployments to GCR, ECR, Dockerhub and regular old VM using Github Actions. Also Unit Test, Code Coverage, Static Analysis and Stages Flow (such as dev, staging, uat and production) are part of this project template repository.

License

Notifications You must be signed in to change notification settings

namikazebadri/starterkit-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2ad9985 · Apr 16, 2021

History

6 Commits
Apr 16, 2021
Apr 8, 2021
Apr 8, 2021
Apr 8, 2021
Apr 8, 2021
Apr 5, 2021
Apr 8, 2021
Apr 8, 2021
Apr 8, 2021
Apr 8, 2021

Repository files navigation

ReactJS Docker Image

Build docker image for ReactJS application.

Build Image

To build image run this command (change the tag name & version with your preferred tag name & version).

$ docker build . -t myorganization/myimage:1.0.0

Running Container from Image

To create a container from the image, run this command (change the tag name & version with your preferred tag name & version).

$ docker run -d -p 3000:3000 --name reactjs-app myorganization/myimage:1.0.0

Then you can access the app from the browser with this url: http://127.0.0.1:3000

Dockerhub image

This repository is proven by running build in Dockerhub, you can see the result here.

About

ReactJS project template with a lot of basic project must-have features, such as containerization and deployments to GCR, ECR, Dockerhub and regular old VM using Github Actions. Also Unit Test, Code Coverage, Static Analysis and Stages Flow (such as dev, staging, uat and production) are part of this project template repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published