5-10 minute flow · Alpha
Getting Started (Xpell 2 Alpha)
Do this, then see something quickly. Start with scoped alpha packages, run a hello UI bootstrap, then review xnode + Wormholes preview flow.
Do this, then see something quickly. Start with scoped alpha packages, run a hello UI bootstrap, then review xnode + Wormholes preview flow.
The @alpha tag opts into current pre-release contracts.
npm i @xpell/core@alpha npm i @xpell/ui@alpha npm i @xpell/3d@alpha npm i @xpell/node@alpha
Based on the existing examples bootstrap pattern with scoped imports.
import { Xpell as _x, XUI, XData as _xd } from "@xpell/ui";
_x.verbose = true;
_x.start();
_x.loadModule(XUI);
// Continue from the Tic-Tac-Toe example flow:
// /examples/ttt.html
Preview: end-to-end server + ping op flow is being consolidated into the Full App example.
1) Start xnode server process (preview setup)
2) Expose a ping op in a module
3) Call from client via Wormholes
wormholes.send("App:/ping")
4) Verify response payload in client log