Webpack Sass Bootstrap Starter

This Webpack Sass Bootstrap boilerplate starter contains the features and scripts you need to get started quickly with Webpack bundling and building, Live Loading, and creating a dev server.

It contains the following features:

Features

Webpack Loaders

This starter contains the following webpack loaders:

Webpack Plugins

The following webpack plugins are also included:

Getting Started

Requirements

Quick Start

Clone the repo:

git clone https://github.com/shaminmeerankutty/webpack-sass-bootstrap-boilerplate.git

Navigate to the project folder:

cd webpack-sass-bootstrap-boilerplate

Install all packages and dependencies required for this project:

npm install

Start the development environment (then, navigate to http://localhost:8080):

npm start

Then, open a browser and navigate to: http://localhost:8080/

Building files can be done as follows:

npm run build

How To Use

    @import "filename";

Official GitHub Repository

To view this starter's official GitHub repository and source code, just click here.

We're always open to pull requests and issues, so don't hesitate to open PRs or issues.

Licence

Code released under the MIT License.