https://github.com/meteor/react-loadable-example
Example project for React Loadable
https://github.com/meteor/react-loadable-example
Last synced: 5 months ago
JSON representation
Example project for React Loadable
- Host: GitHub
- URL: https://github.com/meteor/react-loadable-example
- Owner: meteor
- Fork: true (jamiebuilds/react-loadable-example)
- Created: 2017-03-13T15:51:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T00:18:49.000Z (about 8 years ago)
- Last Synced: 2024-09-25T13:04:56.801Z (9 months ago)
- Language: JavaScript
- Homepage: https://github.com/thejameskyle/react-loadable
- Size: 40 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Loadable Example
Example project for [React Loadable](https://github.com/thejameskyle/react-loadable)
Introductory blog post: https://medium.com/@thejameskyle/react-loadable-2674c59de178#.6h46yjgwr
**Important files**
- [`src/components/App.js`](./src/components/App.js)
- [`src/components/Loading.js`](./src/components/Loading.js)
- [`src/components/Example.js`](./src/components/Example.js)**Running locally**
Follow [these instructions](https://www.meteor.com/install) to install the
Meteor command-line tool, if you don't have it already.Now run these commands:
```sh
git clone [email protected]:meteor/react-loadable-example.git
cd react-loadable-example
meteor npm install --global yarn # if necessary
meteor yarn
meteor run
```Then open up [localhost:3000](http://localhost:3000) in your browser.