Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 833 Bytes

File metadata and controls

34 lines (20 loc) · 833 Bytes

Experiment of Customisability for Component-Oriented UI.

As presented at Upfront #62 (Nov 10th, 2015) by Benjamin Kampmann. Slides available on slides.com .

Local Installation

Install node.js or io.js

Just clone this repo and change the origin git remote.

npm install

Development server

# start the webpack-dev-server
npm run hot-dev-server
# wait for the first compilation is successful

# open this url in your browser
http://localhost:2992/

License

Copyright (c) 2015 Benjamin Kampmann

Based on webpack/react-starter by Tobias Koppers

MIT (http://www.opensource.org/licenses/mit-license.php)