Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varya/gulp-express-bem-angular-stub
Stub for projects using Angular and BEM stracture
https://github.com/varya/gulp-express-bem-angular-stub
Last synced: about 2 months ago
JSON representation
Stub for projects using Angular and BEM stracture
- Host: GitHub
- URL: https://github.com/varya/gulp-express-bem-angular-stub
- Owner: varya
- Created: 2015-03-25T15:44:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T17:06:54.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T21:33:46.417Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project stub with Angular, SASS, BEM CSS and BEM file model
This is a stub project on Angular+SASS. Uses BEM CSS approach and BEM file model. Express server flavoried with
livereload is taken from [gulp-express-stub](https://github.com/varya/gulp-express-stub).## Installation
```
> npm install
> bower install
```
## Running in development
```
> gulp
```
This provides a development server.
SASS, JavaScript and HTML files are watched in `src` folder and the website is reloaded in case of changes.## Running app in production
```
> gulp build:app --env=production
> node lib/app/app.js
```