Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadatuta/bem-blog
Static blog generator build with bem tools
https://github.com/tadatuta/bem-blog
Last synced: 10 days ago
JSON representation
Static blog generator build with bem tools
- Host: GitHub
- URL: https://github.com/tadatuta/bem-blog
- Owner: tadatuta
- Created: 2013-03-15T14:08:12.000Z (over 11 years ago)
- Default Branch: blog
- Last Pushed: 2013-03-15T14:08:37.000Z (over 11 years ago)
- Last Synced: 2024-10-23T20:55:56.063Z (22 days ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
Minimal configs and folders to start BEM project
================================================Usage
-----› git clone git://github.com/narqo/bem-project-stub.git project
› cd project
› npm install
› bem serverNavigate to http://localhost:8080/desktop.bundles/index/index.html
This will install localy all project's dependencies from npm and starts local `bem server`
under HTTP port `8080`. So you could navigate to http://localhost:8080/desktop.bundles/index/index.html.**NOTE:** `bem` should be in your `PATH` environment variable. You could do this by adding this line to your user's
`.profile` config:exports PATH=./node_modules/.bin:$PATH
---
BEM is abbreviation for Block-Element-Modifier. It's a way to write code which is easy to support and develop.
For more info about BEM metodology see [bem.info](http://bem.info/).