Skip to content

arekzaluski/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

test3

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.0%
  • HTML 6.0%