Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 827 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 827 Bytes

Cumulo Phlox Workflow

Personal template for creating realtime apps in Phlox.

Demo http://repo.cumulo.org/cumulo-phlox-workflow/index.html

Features:

  • hot swapping client & server
  • developing realtime app like building an SPA
  • all in Calcit-js
  • Pixi.js rendering with Phlox

Usages

To develop:

yarn
yarn watch-page # dev building client and server code
yarn watch-server # dev building client and server code

# another terminal
node js-out/bundle.js

yarn vite # generates target/index.html
# open http://localhost:7000

To build and optimize:

yarn release-server
yarn release-page

Code is editing with calcit-editor.

Workflow

https://github.com/Cumulo/cumulo-phlox-workflow

License

MIT