react-router-component
react-router-component copied to clipboard
Deletes bundle on make
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?
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.