/qb-webpack-intro

A presentation that introduces why and how webpack is introduced into the workflow of Questback R&D Nordic

Primary LanguageJavaScript

webpack as part of the workflow in Questback R&D Nordic

Presentation will be available at megoth.github.io/qb-webpack-intro.

Uses reveal.js as presentation tool, Jade as template engine, less-fixed to compile Less to CSS, and of course webpack to bundle JS-files.

To build the presentation, use the following commands:

jade app/index.jade -o . // for building the HTML file
less-fixed app/index.less index.css // for building the CSS
webpack // for building the JS