mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 23:22:41 +08:00
Summary: SAY is "Q & A community-based short video", All based react native development - You can shoot video - Video Filters can be switched - Private chat     Closes https://github.com/facebook/react-native/pull/7547 Differential Revision: D3297728 fbshipit-source-id: 3ef57a8042c5de34d56ce4fcde1b62cccbb3f422
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