mirror of
https://github.com/status-im/react-native.git
synced 2025-02-18 20:36:41 +00:00
Summary:My update is to the app showcase on the react native website, adding my :NTH iOS app (in alphabetical order). :NTH App can test the equations of the CSS Selectors. :NTH App: https://itunes.apple.com/us/app/nth/id1102663176?mt=8 Showcase: https://facebook.github.io/react-native/showcase.html Closes https://github.com/facebook/react-native/pull/7042 Differential Revision: D3212549 Pulled By: mkonicek fb-gh-sync-id: f19866f1d2ac53fb7f1295ff5155db2d690bb9b4 fbshipit-source-id: f19866f1d2ac53fb7f1295ff5155db2d690bb9b4
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