mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
75d538e3eb
Summary: Adding an app to the Showcase. Closes https://github.com/facebook/react-native/pull/7645 Differential Revision: D3332779 fbshipit-source-id: 2fa4ce62106b9a2fbc2126a2e4126cb52f773c53
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