Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 413 Bytes

styling-react-components

Styling React Components Tech Talk Source Code

Running examples

First install dependencies:

npm install

Then run specific example via server script:

node server.js <example name>

For example, to run 2-conflict

node server.js 2-conflict

Then visit http://localhost:3000 in browser.