An open API service indexing awesome lists of open source software.

https://github.com/chfern/bem-scss-starter

Starter project directory structure and NPM scripts needed to do web design with SCSS and BEM architecture
https://github.com/chfern/bem-scss-starter

bem css frontend scss starter-template

Last synced: about 2 months ago
JSON representation

Starter project directory structure and NPM scripts needed to do web design with SCSS and BEM architecture

Awesome Lists containing this project

README

          

# BEM-SCSS-starter

Is a starter project to enable users to create web apps with scss and write their css with BEM guidelines.

# Dependencies
## Dev Dependencies
This project has some development dependencies that can be installed with NPM. e.g: autoprefixer, npm-run-all, etc...

## Global Dependencies
This project also requires some dependencies that I installed globally (not listed on package.json's devDepencencies).
Those are:
- live-server
```npm install -g live-server```