Sample Docker + Webpack

This repository is created for this Medium post

How to run this project?

# For development
$ node index.js

# For production
$ webpack
$ NODE_ENV=production node index.js