back

by iamflimflam1·11y ago·view on hn ↗
Really great tutorial - would be good in the next steps to talk about getting webpack setup etc..
3 comments
Not a walkthrough or guide, but I setup a boiletplate [0] that covers all your bases for development, production, and testing environments.

I wrote about it a bit here [1].

Unfortunately... It does kind of assume you're familiar with CommonJS and a bit of the ecosystem.

[0] http://github.com/cesarandreu/web-app

[1] https://blog.cesarandreu.com/posts/a_reasonable_starting_poi...

Thanks! I definitely should put more in the next steps, like examples/talks/etc. I wanted to ship this asap :)
Shipping - for some reason in my day job I can ship to almost any deadline. Side projects - one day I'll finally finish one...
The SurviveJS book is a good reference for this: http://survivejs.com/webpack_react/
I'll add a link to it :)