0fab691e6f
Summary: Removes ES6 syntax of default arguments to fix website building as per #7434. [More info](https://github.com/facebook/react-native/pull/7434). Closes https://github.com/facebook/react-native/pull/7439 Differential Revision: D3274206 fb-gh-sync-id: 3a8f5950ead91cf59c27fd384e97bf9587005398 fbshipit-source-id: 3a8f5950ead91cf59c27fd384e97bf9587005398 |
||
---|---|---|
.. | ||
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