Last active
January 7, 2017 14:39
-
-
Save bhauman/146e067c8cc4d5aa3fd2 to your computer and use it in GitHub Desktop.
Comments: Straightforward (Live) Functional JavaScript: Building the Yome Widget
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A friend and I worked through this setup for early 2017. A lot has changed in the tooling, but here’s a snapshot of the repo with everything working:
mudroppi/Yome.js@b7f31a6
You’ll need:
build: http://reactjs.cn/npm installto install Babel locallypackage.jsonthat you run vianpm run build. (This package.json doesn’t show it, but you should make awatchscript containing"babel -w src -d build"(note that extra-wflag for watch)..babelrc.