Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The new React documentation supports Docker deployment, making it convenient for local viewing and learning.

License

NotificationsYou must be signed in to change notification settings

uiwjs/react.dev-for-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository provides the official React documentation, now available for deployment via Docker. This makes it convenient for local viewing and learning.

CIDocker Image Version (latest by date)Docker Image Size (latest by date)Docker PullsGitHub last commit

Introduction

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.

Getting Started

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.

License

MIT ©Kenny Wong

About

The new React documentation supports Docker deployment, making it convenient for local viewing and learning.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile82.1%
  • JavaScript17.9%

[8]ページ先頭

©2009-2025 Movatter.jp