- Notifications
You must be signed in to change notification settings - Fork0
The new React documentation supports Docker deployment, making it convenient for local viewing and learning.
License
uiwjs/react.dev-for-docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
React documentation forDocker
This repository provides the official React documentation, now available for deployment via Docker. This makes it convenient for local viewing and learning.
The newReact documentation supports Docker deployment, making it easy to run and explore the documentation locally. This Docker image includes all the necessary dependencies and configurations to get you started quickly.
To pull the latest Docker image for the React documentation, run the following command:
docker pull wcjiang/react.dev:latest
To run the Docker container, use the following command:
docker run --name react.dev \ -p 60009:3000 \ --restart=always \ -d wcjiang/react.dev:latest
This will start the React documentation server on port 3000, accessible viahttp://localhost:60009.
MIT ©Kenny Wong
About
The new React documentation supports Docker deployment, making it convenient for local viewing and learning.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Dockerfile82.1%
- JavaScript17.9%