STRML / react-router-component

Declarative router component for React.
http://strml.viewdocs.io/react-router-component
MIT License
872 stars 94 forks source link

Deletes bundle on make #75

Open zoomclub opened 10 years ago

zoomclub commented 10 years ago

I execute make on the Makefile in the master-detail example but it is deleted right away. How can I generate the bundle and run your examples?

STRML commented 10 years ago

The issue here appears to be that reactify is not included in devDependencies. I can verify that once it is installed in the root folder, the example runs correctly.