Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 354 Bytes

React comment box example with BEM!

This is the React comment box example from the React tutorial. It's built on BEM with React integration.

To use

npm install
./node_modules/.bin/bower install
./node_modules/.bin/enb make
node .

And visit http://localhost:3000/.