mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
51a8b54015
Reviewed By: svcscm Differential Revision: D2937512 fb-gh-sync-id: 172943b1df26591f6ba56e04a7ccad76ed5bf5e5 shipit-source-id: 172943b1df26591f6ba56e04a7ccad76ed5bf5e5
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