mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary:We've finally released our whole new Azendoo App on Both Android & iOS thanks to you ! We also would like to know if there is something special to do to be part of the featured apps ? Best, Azendoo team ! cc Bhullnatik kemcake Closes https://github.com/facebook/react-native/pull/6813 Differential Revision: D3140035 fb-gh-sync-id: 153dd4eb5add367633cbaba6e9284abef982fc08 fbshipit-source-id: 153dd4eb5add367633cbaba6e9284abef982fc08
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