ce6b13695a
Summary: > Thousands of applications use React Native 🎉 > To be useful to someone looking through the showcase, either the app must be something that most readers would recognise * Artsy is known in the art world. * Artsy is known to Apple customers as both the site and the iOS app have been featured by Apple in marketing materials and presentations various times. * Artsy is known to developers for its many open-source contributions. > or the makers of the application must have posted useful technical content about the making of the app We’re writing [a series](http://artsy.github.io/series/react-native-at-artsy/) of posts related to RN on our engineering blog, of which the initial one can be found [here](http://artsy.github.io/blog/2016/08/15/React-Native-at-Artsy/). In `showcase.js` I link to the series overview, though. > So, each app in the showcase should link to either: > > 1. An English-language news article discussing the app, built either by a funded startup or for a public company Closes https://github.com/facebook/react-native/pull/9569 Differential Revision: D3765119 Pulled By: hramos fbshipit-source-id: a2b6fbe4c0a01292ecbd7104d14b6bd4645e70eb |
||
---|---|---|
.. | ||
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