mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 01:10:34 +00:00
027f26df57
Reviewed By: mkonicek Differential Revision:D2939055 Ninja: React Native website fb-gh-sync-id: da9001a696240af5bb66f95c724ac62282ede4f7 shipit-source-id: da9001a696240af5bb66f95c724ac62282ede4f7
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