Basic npm boilerplate
Simple npm setup and minimal boilerplate for Bootstrap Layout.
boilerplate code
Demo
You can see a working live demo of this boilerplate.
Features
- simple npm setup
- no build tools
- static HTML layout examples
{% markdown %}
### Usage
#### Clone the boilerplate repository
```bash
git clone https://github.com/themekit/bs-layout-boilerplate-npm.git my-project
```
```bash
cd my-project
```
#### Install dependencies
```bash
npm install
```
#### Copy vendor assets
```bash
npm run copy-vendor
```
{% endmarkdown %}