https://github.com/t18n/react-dockerized-boilerplate
Dockerized React app with Nginx image boilerplate
https://github.com/t18n/react-dockerized-boilerplate
docker nginx react
Last synced: about 2 months ago
JSON representation
Dockerized React app with Nginx image boilerplate
- Host: GitHub
- URL: https://github.com/t18n/react-dockerized-boilerplate
- Owner: t18n
- License: mit
- Created: 2019-04-21T00:31:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T12:25:21.000Z (over 5 years ago)
- Last Synced: 2025-01-09T00:04:14.516Z (over 1 year ago)
- Topics: docker, nginx, react
- Language: JavaScript
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Dockerized Boilerplate
## Prerequisite
1. Docker installed
## Installation
1. Clone the project
2. Run `yarn`
3. Build the project: `yarn build`
4. Build docker image: `yarn docker-build`
5. Serve the project: `yarn serve`
6. Navigate to `localhost:8083`