mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00:00
0fa48c00a9
Summary:Show my app : Helium Helium is an app where people can discover the best of what others are up to in their free time . Closes https://github.com/facebook/react-native/pull/7035 Differential Revision: D3191805 Pulled By: mkonicek fb-gh-sync-id: 03117821a6bce1924415b68df9ad8a2770acb930 fbshipit-source-id: 03117821a6bce1924415b68df9ad8a2770acb930
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