mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
994745efbe
Summary:Added the Samanage iOS React Native app to the showcase. Closes https://github.com/facebook/react-native/pull/7112 Differential Revision: D3212588 Pulled By: mkonicek fb-gh-sync-id: 79bf7faf31ac9f2129d19a39f3131b6df381360a fbshipit-source-id: 79bf7faf31ac9f2129d19a39f3131b6df381360a
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