911cabd2c9
Summary:Adding my app, Blueprint, to the showcase Closes https://github.com/facebook/react-native/pull/7003 Differential Revision: D3187943 fb-gh-sync-id: c948f8ce8d6ed3ec505324caaead27a11d2339af fbshipit-source-id: c948f8ce8d6ed3ec505324caaead27a11d2339af |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
README.md
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