mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
a461d25601
Reviewed By: bestander Differential Revision: D3127200 fb-gh-sync-id: d3d51b312c2e32cc7a0f4c0bc084139343e97c3e fbshipit-source-id: d3d51b312c2e32cc7a0f4c0bc084139343e97c3e
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