twbs / bootstrap-npm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:HTML 100.0%