ryardley / hello-webpack

A Webpack Hello World for easily testing things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Hello World

Webpack requires quite a bit of config to get up and running with it even in the simplest terms so I needed a basic starter for webpack I could reach for to test modules in isolation as Yeoman was bringing in way to much cruft.

So here is 'Hello Webpack'. Enjoy.

Running

npm start

Then head to http://localhost:3000/ in your browser.

About

A Webpack Hello World for easily testing things


Languages

Language:JavaScript 84.6%Language:HTML 15.4%