Skip to content

Latest commit

 

History

History
79 lines (66 loc) · 8.69 KB

File metadata and controls

79 lines (66 loc) · 8.69 KB
Using my app is also a way to support me:
Scap: Screenshot & Markup Edit Screen Test Deskmark Keyzer Vidwall Hub VidCrop Vidwall Mousio Hint Mousio Musicer Audioer FileSentinel FocusCursor Videoer KeyClicker DayBar Iconed Menuist Quick RSS Quick RSS Web Serve Copybook Generator DevTutor for SwiftUI RegexMate Time Passage Iconize Folder Textsound Saver Create Custom Symbols DevHub Resume Revise Palette Genius Symbol Scribe

React documentation for Docker

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

Buy me a coffee Follow On X CI Docker Image Version (latest by date) Docker Image Size (latest by date) Docker Pulls GitHub last commit

Introduction

The new React 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 via http://localhost:60009.

License

MIT © Kenny Wong