bootstrap-npm/readme.md

17 строки
514 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2018-04-02 08:21:54 +03:00
# Bootstrap via npm
Demonstrates how to include, customize, and compile Bootstrap's CSS via npm.
2018-07-16 09:46:31 +03:00
## Usage
2018-07-18 21:01:10 +03:00
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:
2018-07-16 09:46:31 +03:00
```bash
npm install
npm start
```
2018-07-25 08:07:11 +03:00
2018-07-29 08:40:58 +03:00
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.