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
- Host: GitHub
- URL: https://github.com/chfern/bem-scss-starter
- Owner: chfern
- Created: 2018-12-16T12:08:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T12:13:07.000Z (over 7 years ago)
- Last Synced: 2023-11-07T00:47:06.819Z (over 2 years ago)
- Topics: bem, css, frontend, scss, starter-template
- Language: CSS
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```