Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Cumulo/cumulo-workflow.calcit

Repository files navigation

Cumulo workflow

template for mini realtime apps, based on calcit-js eco.

Usages

Install Node.js, Yarn, Calcit to start.

Notice that you need to clone dependencies into .config/calcit/modules/ manually.

yarn

yarn watch-server # watch compile server code

yarn watch-page # watch compile page code

yarn dev-server # watching compiling js code
node js-out/bundle.js

mode=dev node js-out/bundle.js # use mode to control behaviors for development

yarn vite # for browser app

code with calcit-editor.

License

MIT