Skip to content

rndD/bem-vcard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple BEM project which can be build with BEM MAKE tool

Usage

› git clone git@github.com:rndD/bem-vcard.git
› cd bem-vcard
› make

This will install localy all project's dependencies from npm and starts local bem server under HTTP port 8080. So you could navigate to http://localhost:8080/.

Alternative to use make, you could install all dependencies by your self. To do so type npm install from the top of your working copy. After that your could start server:

› bem server

Navigate to http://localhost:8080/pages/mishanga/mishanga.html

NOTE: bem should be in your PATH environment variable. You could do this by adding this line to your user's .profile config:

export PATH=./node_modules/.bin:$PATH

BEM is abbreviation for Block-Element-Modifier. It's a way to write code which is easy to support and develop.

For more info about BEM metodology see bem.info.

About

Yandex Staff Visiting Card in Bem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%