mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 06:34:01 +00:00
a0384dad3c
Summary: Add an additional react native app to the showcase page. Closes https://github.com/facebook/react-native/pull/7499 Differential Revision: D3286553 fbshipit-source-id: f057217b4db6cb1134e15abbca1067483066a68e
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