mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
c6a8fb977d
Reviewed By: svcscm Differential Revision: D2938201 fb-gh-sync-id: c20790fa69984f0b592c48fbfdca74f3dfc9d14d shipit-source-id: c20790fa69984f0b592c48fbfdca74f3dfc9d14d
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