mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 07:48:17 +08:00
Summary:  <img width="1333" alt="screen shot 2016-05-11 at 3 03 25 pm" src="https://cloud.githubusercontent.com/assets/197597/15198886/2e545a8a-178f-11e6-8fd1-975ca700e49b.png"> Closes https://github.com/facebook/react-native/pull/7524 Reviewed By: JoelMarcey Differential Revision: D3293684 Pulled By: vjeux fbshipit-source-id: c0e7d138040eae49c6b7f7398de8d50f0ed2f564
Run the website server
The first time, get all the dependencies loaded via
npm install
Then, run the server via
npm start
open http://localhost:8079/react-native/index.html
Anytime you change the contents, just refresh the page and it's going to be updated.
Publish the website
cd website
npm run publish-website