mirror of
https://github.com/status-im/react-native.git
synced 2025-02-03 13:14:42 +00:00
a4f1857bf5
Summary: Adding my application Readzi to the showcase. Closes https://github.com/facebook/react-native/pull/7721 Differential Revision: D3349649 fbshipit-source-id: 8d21943e71163e545d7e1bb683e0733250290c01
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