To run the app through nginx reverse proxy and docker, simply run docker build -t react-web-app .
to build the docker container, and docker run -p 3000:80 react-web-app
. You can choose any open port instead of 3000
. Then, go to your web browser and type http://localhost:3000/
.
forked from matijagalina/go-test-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
fatemebagherii/go-test-react-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- CSS 55.8%
- JavaScript 33.0%
- HTML 11.2%