Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryardley/hello-webpack

A Webpack Hello World for easily testing things
https://github.com/ryardley/hello-webpack

Last synced: 21 days ago
JSON representation

A Webpack Hello World for easily testing things

Awesome Lists containing this project

README

        

# 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.