Skip to content

Installation

reactive-kit is available via npm for Node.js and Bun.

Node.js

Install reactive-kit with the following command:

sh
npm install reactive-kit
sh
pnpm add reactive-kit
sh
yarn add reactive-kit

Bun

reactive-kit is also available on Bun. You can install it via the following command:

sh
bun add reactive-kit

Released under the MIT License.