Vanilla JS Template Project

I'm using this as a template for creating vanilla js projects using webpack.

What to do? Simples:

  1. Create a folder
  2. Clone the repo:
git@github.com:nardove/vanilla-js-template.git <folder-name>
  1. Install dependencies:
npm install