Closed markomarkovic closed 8 years ago
It only includes building, not front end dependencies, this is so people can switch out React for lightweight alternatives like Preact if they want to.
I have added a package.json
fragment in the README to make this more clear now.
Following the example gives me this result:
npm 3.9.3 node 4.4.5
It starts to work after manually adding
react
andreact-dom
andbootstrap
. I've expected based on the name that at least react is already included.