Styling React Components Tech Talk Source Code
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.