Files
react-native/website
Ben AlpertandMartin Konicek 877df8cb1a Change survey image
Reviewed By: vjeux

Differential Revision: D3362968

fbshipit-source-id: f6de18a5f27e32e6bb64a65bc233d741cb276f41
2016-06-07 00:54:11 +01:00
..
2016-05-05 09:10:26 -07:00
2016-06-07 00:54:11 +01:00
2016-03-24 14:11:30 -07:00
2015-12-28 12:47:09 -08:00

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