d41c3950eb
Summary: This PR restores some [additional detail](http://facebook.github.io/react-native/releases/0.28/docs/getting-started.html) that was removed from the Android Getting Started this summer. I'm not fully restoring the original list of steps as the React Native website should not be the source of truth for setting up an Android development environment. Closes https://github.com/facebook/react-native/pull/9867 Differential Revision: D3887834 Pulled By: fredemmott fbshipit-source-id: 8e3599f8945ba68f31dc9b0f79c2db7e525e7f45 |
||
---|---|---|
.. | ||
core | ||
jsdocs | ||
layout | ||
server | ||
src/react-native | ||
.gitignore | ||
README.md | ||
package.json | ||
publish-gh-pages.js | ||
setup.sh |
README.md
Install prerequisites
Before running the website, make sure you've run the following:
git clone https://github.com/facebook/react-native.git
cd react-native
npm install
Run the website server
The first time, get all the website dependencies loaded via
cd website
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