mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
dbac1d891a
Summary:Added new app in showcase.js Closes https://github.com/facebook/react-native/pull/6912 Differential Revision: D3196473 fb-gh-sync-id: 8c06763907e5bf998c0f0edd832fd1f032ece35c fbshipit-source-id: 8c06763907e5bf998c0f0edd832fd1f032ece35c
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