tornado-reactjs
tornado-reactjs copied to clipboard
Uncaught Error: Cannot find module 'react'
This boilerplate is great.
The only issue I'm having so far is when running the server in debug mode (so it picks up templates and static from build/) and using gulp default
it fails at the first require for app_main.js
.
However this doesn't happen when I run the server picking up from dist/ after running gulp deploy
.
Been scanning the gulpfile but everything seems ok. Any ideas?