mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
216cbb4065
Summary:Add Kiwiship app to showcase page. Kiwiship app is powered purely by RN and currently available on iOS platform. Closes https://github.com/facebook/react-native/pull/7169 Differential Revision: D3217526 fb-gh-sync-id: beeaa8453cfcb53bd6c4ffab02b7d827798f42e4 fbshipit-source-id: beeaa8453cfcb53bd6c4ffab02b7d827798f42e4
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