mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
d3929c62d9
Summary: Closes https://github.com/facebook/react-native/pull/6983 Differential Revision: D3182175 fb-gh-sync-id: 966a5ed11bb70bb48d74b1b755ff00099c60d78b fbshipit-source-id: 966a5ed11bb70bb48d74b1b755ff00099c60d78b
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