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
- Host: GitHub
- URL: https://github.com/apsavin/bnsf-project-stub
- Owner: apsavin
- Created: 2014-06-13T18:20:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T09:15:26.000Z (about 10 years ago)
- Last Synced: 2025-03-17T03:11:37.674Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 8
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```