d6e8fa15be | ||
---|---|---|
.gitignore | ||
LICENSE.md | ||
bootstrap-custom.scss | ||
index.html | ||
package-lock.json | ||
package.json | ||
readme.md |
readme.md
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.