mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
900078486a
Summary:Adding an app to showcase. Closes https://github.com/facebook/react-native/pull/6709 Differential Revision: D3110665 fb-gh-sync-id: 5589799460588d7704d50d86ba2d9e8e8c7e9c15 fbshipit-source-id: 5589799460588d7704d50d86ba2d9e8e8c7e9c15
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