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

https://github.com/jpommerening/webpack-talk

A short intro to webpack
https://github.com/jpommerening/webpack-talk

demo talk webpack

Last synced: 2 months ago
JSON representation

A short intro to webpack

Awesome Lists containing this project

README

          

# webpack

A small talk about [webpack](https://webpack.github.io).

Slides are in [`slides`](slides) (english, german).

To view the prebuilt presentation (no NodeJS required) just open the [`index.html`](index.html) file.

To build and run locally, clone this repo and:

```console
$ npm install
$ npm start
$ open http://localhost:8080
```