mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
d1dbe2dfa6
Summary: Closes https://github.com/facebook/react-native/pull/5961 Differential Revision: D2940219 Pulled By: androidtrunkagent fb-gh-sync-id: 4f9623fb7fe462939982bd98cb789f3ec358509b shipit-source-id: 4f9623fb7fe462939982bd98cb789f3ec358509b
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