Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.md - github.com/twbs/bootstrap-npm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59b4bb5da44cb51bc1aa7ea8f5b082a540a3128a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.