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: 9338bfa4a94b631d354b24ca7e47a1e802ddd4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```