@thnlqd/kitty
v1.0.5-beta
Published
A simple n' lightweight web framework
Readme
kitty
An simple n' lightweight web framework
Usage
Install the package:
npm i @thnlqd/kitty -Dor use a CDN:
import Kitty from 'https://cdn.skypack.dev/@thnlqd/kitty';Building
Clone the repo:
git clone https://github.com/ThinLiquid/kitty && cd kittyInstall dependencies and build:
npm i && npm run build