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
- Host: GitHub
- URL: https://github.com/jpommerening/webpack-talk
- Owner: jpommerening
- Created: 2016-11-13T22:45:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T16:54:46.000Z (over 9 years ago)
- Last Synced: 2025-06-03T22:23:59.843Z (about 1 year ago)
- Topics: demo, talk, webpack
- Language: JavaScript
- Homepage: https://jpommerening.github.io/webpack-talk
- Size: 32.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```