- npm install -g jspm broccoli-cli
- npm install
- jspm install
- broccoli serve
- Visit http://locahost:4200
- Check console for proof of React and JSX.
You might need some kind of SASS thing too.
- I put app code in
app
notlib
(and configured JSPM thus). - I put
config.js
in aconfig
folder because you can'tpickFiles
from the top level folder because thetmp
folder triggers changes. See broccolijs/broccoli#205.