/WebpackStarterKit

A webpack starter kit on top of Rico Sta Cruz project. Aim to improve based on the company requirements.

Primary LanguageJavaScript

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):

  • Sass
  • React hot module reloading

Installation

You can use the automated installer script to unpack the files:

# Extracts to the current directory
curl -sSL https://raw.githubusercontent.com/rstacruz/webpack-starter-kit/master/_extras/install.sh > /tmp/webpack-starter-kit.sh; bash /tmp/webpack-starter-kit.sh

If you're allergic to downloaded Bash scripts, check the simple installer.

Updates

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

Thanks

webpack-starter-kit © 2016-2017, 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