mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 09:17:55 +08:00
Summary:Added Collegiate, an app that lets you learn from world's best colleges for free. Collegiate includes 650+ courses from MIT, Stanford, Yale, Berkeley, IIT Madras. The app is completely built using react native. Closes https://github.com/facebook/react-native/pull/6033 Differential Revision: D2958238 fb-gh-sync-id: e55fed11e7fbef22552377e77359195c573bdd05 shipit-source-id: e55fed11e7fbef22552377e77359195c573bdd05
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