Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 530 Bytes

File metadata and controls

33 lines (18 loc) · 530 Bytes

This is the test project that used bem-node

Getting Started

checkout the project

git clone https://github.com/wtfil/bem-node-test.git
cd bem-node-test

install npm dependencies

npm install

Build project

You should run this command in the root of project

after creating / removing of new blocks / files / dependencies

./node_modules/.bin/enb make

Run

In the root of project

node pages/index/index.server.js --socket 3000

Open http://127.0.0.1:3000