mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 18:54:58 +00:00
c01435ced0
Summary:Hey there, Thanks for the wonderful tool. We have developed our app completely using React Native. Zhopout - a smart app to get lost into the shopping malls. It helps you find your favourite stores, brands, products and the latest deals Closes https://github.com/facebook/react-native/pull/6254 Differential Revision: D3011583 Pulled By: mkonicek fb-gh-sync-id: 8d9e5a9a41100008018f731dcc5c79e0dd4c2c80 shipit-source-id: 8d9e5a9a41100008018f731dcc5c79e0dd4c2c80
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