Skip to content

zuiidea/rsuite.github.io

 
 

Repository files navigation

English | 中文版

React Suite

logo

Website: http://rsuitejs.com/

Development

First, Fork https://github.com/rsuite/rsuite and clone it locally.

git clone git@github.com:<YOUR NAME>/rsuite.git

cd rsuite
npm install

Start gulp task,used to listen for file changes.

npm run dev

Then, Fork https://github.com/rsuite/rsuite.github.io and clone it locally.

git clone git@github.com:<YOUR NAME>/rsuite.github.io.git

cd rsuite.github.io
npm install

Start webpack server

npm run dev

Next, your show time.

Open url http://127.0.0.1:3200/ in browser.

About

React Suite documentation site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • JavaScript 3.7%
  • Other 1.0%