mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
708443e50c
Summary: Add biideal app to showcase which is my first RN app. Closes https://github.com/facebook/react-native/pull/7263 Differential Revision: D3240862 Pulled By: mkonicek fb-gh-sync-id: ba76bc19382f22f03516c02c4e01d48c53ee70f4 fbshipit-source-id: ba76bc19382f22f03516c02c4e01d48c53ee70f4
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