An open API service indexing awesome lists of open source software.

https://github.com/apsavin/bnsf-project-stub

bnsf project stub
https://github.com/apsavin/bnsf-project-stub

Last synced: over 1 year ago
JSON representation

bnsf project stub

Awesome Lists containing this project

README

          

# Stub to start a new [BEM](http://bem.info) project based on [bnsf](https://github.com/apsavin/bnsf)

Project-stub is a starter-kit-like repository used for bnsf's projects creation.

There are two main BEM libraries are linked here by default:

* [bem-core](https://github.com/bem/bem-core)
* [bem-components](https://github.com/bem/bem-components)

And, of course, [bnsf](https://github.com/apsavin/bnsf) itself.

There are some examples of blocks in desktop.blocks directory. Feel free to change or remove it.

## How to start:

```bash
git clone https://github.com/apsavin/bnsf-project-stub.git your-project-name
cd your-project-name
npm i
gulp
```