Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qfox/bem-express
BEM driver for expressjs
https://github.com/qfox/bem-express
Last synced: 23 days ago
JSON representation
BEM driver for expressjs
- Host: GitHub
- URL: https://github.com/qfox/bem-express
- Owner: qfox
- Created: 2012-12-06T07:08:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T04:38:25.000Z (about 11 years ago)
- Last Synced: 2024-04-09T15:37:21.004Z (7 months ago)
- Language: JavaScript
- Size: 698 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BEM-express
===========BEM driver for expressjs
### Install
1. `git clone git://github.com/Navotno/bem-express.git`
2. `cd bem-express`
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/`