Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanseddon/webpack-talk
A short look at webpack a module bundler for building web applications
https://github.com/ryanseddon/webpack-talk
Last synced: 30 days ago
JSON representation
A short look at webpack a module bundler for building web applications
- Host: GitHub
- URL: https://github.com/ryanseddon/webpack-talk
- Owner: ryanseddon
- Created: 2014-06-09T06:29:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T07:13:06.000Z (over 10 years ago)
- Last Synced: 2024-05-01T23:08:13.617Z (7 months ago)
- Language: CSS
- Homepage: http://ryanseddon.github.io/webpack-talk/
- Size: 465 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server
```