Basic npm boilerplate

boilerplate code


Demo

You can see a working live demo of this boilerplate.

Features


{% 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 %}