
I started this as a tech prototyping thingy and there's also some prototyping to see how an architecture where UI is considered just another IO would turn out.
Currently the stack is ES2015, React and Bacon running on Electron.
- Install Node.js (>4.0)
git clone git@github.com:rikukissa/chat-client.git
cd <your project name>
npm install
First npm run watch to start Webpack and then npm start to open up the Electron app.