mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
69d5ddd349
Summary: Closes https://github.com/facebook/react-native/pull/6944 Differential Revision: D3245656 fb-gh-sync-id: bab7f4d0dfba1c628e6be8a0b9f369d9f1ef8f70 fbshipit-source-id: bab7f4d0dfba1c628e6be8a0b9f369d9f1ef8f70
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