/bootstrap-npm

Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm.

Primary LanguageHTMLMIT LicenseMIT

Bootstrap via npm

Demonstrates how to include, customize, and compile Bootstrap's CSS via npm.

Usage

This project requires the installation of Node.js. Download and install it here.

With Node.js installed, download or clone this project. Then, from the directory root:

npm install
npm start

This will compile the provided Sass file, bootstrap-custom.scss, into a new CSS file. Open the included HTML page, index.html, in your browser to view the demo.