mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
d03d455cc4
Summary: Submitting PR for adding Reach24 App to React Native showcase Closes https://github.com/facebook/react-native/pull/7294 Differential Revision: D3245068 Pulled By: mkonicek fb-gh-sync-id: a3eb316279f1c96dd2da33566730f690229405cf fbshipit-source-id: a3eb316279f1c96dd2da33566730f690229405cf
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