All Projects → rstacruz → webpack-starter-kit

rstacruz / webpack-starter-kit

Licence: other
Baseline configuration for Webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Webpack starter kit

Baseline configuration for Webpack

Takes HTML, CSS, and JS files (web/) and compiles them (public/) using Webpack. This is the webpack.config.js that I usually start with in new projects.

Features

You get these out of the box:

Optional features (see EXTRAS.md):

Installation

Get node.js and Yarn. Then download the files into your projects:

curl -L "https://github.com/rstacruz/webpack-starter-kit/archive/master.tar.gz" | tar xz
mv webpack-starter-kit-master/{yarn.lock,package.json,postcss.config.js,webpack.config.js,.stylelintrc,web/assets,web/css,web/js,web/html} .
rm -rf webpack-starter-kit-master

Updates

This kit is updated whenever I find something good to add; see HISTORY.md for a change log.

Thanks

webpack-starter-kit © 2016-2018, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].