mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
11458d67d5
Summary:Follow up for https://github.com/facebook/react-native/pull/6334 ![screen shot 2016-03-09 at 2 52 12 pm](https://cloud.githubusercontent.com/assets/197597/13653440/a63b905a-e606-11e5-9d6b-7b90486df831.png) Closes https://github.com/facebook/react-native/pull/6389 Differential Revision: D3032688 Pulled By: vjeux fb-gh-sync-id: 366eff5b4b6eb358e4be5894216000b5b8a4ce15 shipit-source-id: 366eff5b4b6eb358e4be5894216000b5b8a4ce15
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