An open API service indexing awesome lists of open source software.

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

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.