mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
2bb4e69382
Summary: RT Closes https://github.com/facebook/react-native/pull/7082 Differential Revision: D3306415 Pulled By: mkonicek fbshipit-source-id: d2d3bfca68a890e10393c3904bdff222ec414865
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