/rsuite.github.io

React Suite documentation site

Primary LanguageHTML

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.