# bootstrap-npm **Repository Path**: mirrors_twbs/bootstrap-npm ## Basic Information - **Project Name**: bootstrap-npm - **Description**: Demo for how to include, customize, and compile Bootstrap's Sass/CSS with npm. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.](https://nodejs.org/en/download/) With Node.js installed, download or clone this project. Then, from the directory root: ```bash 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.