mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 17:27:56 +08:00
Reviewed By: svcscm Differential Revision: D2937802 fb-gh-sync-id: 3bd617d5fc7fea42d264acfbd229fd15b335a95d shipit-source-id: 3bd617d5fc7fea42d264acfbd229fd15b335a95d
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