https://github.com/timdorr/atljs-webpack
:mega: Code from my talk to the Atlanta JavaScript Meetup about Webpack.
https://github.com/timdorr/atljs-webpack
Last synced: about 1 year ago
JSON representation
:mega: Code from my talk to the Atlanta JavaScript Meetup about Webpack.
- Host: GitHub
- URL: https://github.com/timdorr/atljs-webpack
- Owner: timdorr
- Created: 2016-02-20T03:02:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T00:10:31.000Z (over 10 years ago)
- Last Synced: 2025-02-08T07:43:20.241Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A (Gentle) Introduction to Webpack
Code from my talk to the [Atlanta JavaScript Meetup](http://www.meetup.com/AtlantaJavaScript/events/228779962/) about [Webpack](https://webpack.github.io/).
### Getting Started
Simply install the modules added by `package.json` and set your path so you can run `webpack` anywhere:
```sh
npm install
export PATH=$(npm bin):$PATH
```
Each subfolder is a section of the presentation. If they don't make sense, sorry, you had to be there...