Quick start
📦 Sandbox
The fastest way to try out Chord
is to open the sandbox, no installation required.
📲 Init project
If you are planning to use SvelteKit, just clone a ready to run template
🦾 Manual install
Chord can be used with any backend library. Install it freely from npm via your favorite package manager
Chord uses decorators and reflection under the hood, to construct server and client. So you need to configure your tsconfig.json first
./tsconfig.json
Thus, you have to use additional plugins for Vite. I personally recommend to try out SWC. It fixes this issue and doesn’t impact on rebuilding performance
./vite.config.ts