mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 12:34:17 +00:00
dcfa620628
Summary:Adding my HackerWeb iOS app to the app showcase. Closes https://github.com/facebook/react-native/pull/6244 Differential Revision: D3023957 Pulled By: mkonicek fb-gh-sync-id: 82ed565acd269ab904204620570b3e5e6528a809 shipit-source-id: 82ed565acd269ab904204620570b3e5e6528a809
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