Awesome
Cumulo Workflow
Personal project template for creating realtime apps. Accomplished with recollect and calcit-workrlow.
Features:
- hot swapping client & server
- developing realtime app like building an SPA
- all in ClojureScript
View showcases on http://topix.im/ .
Usages
To develop:
yarn
yarn watch # dev building client and server code
# another terminal
node target/server.js
yarn page # generates target/index.html
# open http://localhost:7000
To build and optimize:
yarn build
Code is editing with calcit-editor.
Workflow
https://github.com/Cumulo/cumulo-workflow
License
MIT