mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 09:23:16 +08:00
Summary:Emoji Poetry app for showcase page Closes https://github.com/facebook/react-native/pull/6879 Differential Revision: D3196123 fb-gh-sync-id: f9db698c64c7d9077ce359f28d6dd10ff49f7d8b fbshipit-source-id: f9db698c64c7d9077ce359f28d6dd10ff49f7d8b
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