Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadatuta/bem-playground
https://github.com/tadatuta/bem-playground
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadatuta/bem-playground
- Owner: tadatuta
- Created: 2012-11-21T23:48:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T04:47:22.000Z (almost 11 years ago)
- Last Synced: 2024-10-23T20:51:49.587Z (22 days ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BEM playground
==============Online bemhtml compiler demo
### Install
1. `git clone git://github.com/tadatuta/bem-playground.git`
2. `cd bem-playground`
3. `npm install && ./node_modules/.bin/bem make`### Usage
#### Development environment
1. `node app.js`
2. `http://127.0.0.1:3000/`#### Testing and production environment
1. `make server`
2. `http://127.0.0.1:3000/`