mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
cf8bb75c19
Summary:Adding Veggies, a simple app to help you find fruits and vegetables in season right now. It is entirely built in React Native. Closes https://github.com/facebook/react-native/pull/6289 Differential Revision: D3011711 Pulled By: mkonicek fb-gh-sync-id: d3f43e13fdcd9dd277aaa7aeead45a46b4b63b42 shipit-source-id: d3f43e13fdcd9dd277aaa7aeead45a46b4b63b42
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