Skip to content

Andyccs/sample-docker-webpack

Repository files navigation

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