Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 304 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 304 Bytes

React + Vite

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/.