mirror of
https://github.com/status-im/react-native.git
synced 2025-03-03 10:50:35 +00:00
Summary: "Coiney Madoguchi" is a registration app for Coiney (http://coiney.com/). Closes https://github.com/facebook/react-native/pull/7299 Differential Revision: D3245067 Pulled By: mkonicek fbshipit-source-id: 207a975593625d910b0c06e794fa95ed7b8d2789
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