Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 258 Bytes

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