mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
3abccd9640
Summary: Closes https://github.com/facebook/react-native/pull/7486 Differential Revision: D3286537 fbshipit-source-id: 1057fea7baa8f42470239c78834c5af41f1450ac
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