1.1.0 • Published 4 years ago

jsx-koa v1.1.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
4 years ago

JSX-Koa

Build you Koa apps using JSX.

Document

Documents are avaliable at ksryy.github.io/jsx-koa

Develop

First, install all dependencies (Recommended package manager is Yarn) :

yarn install
# also possible using npm
npm install

Then, start the development server:

yarn watch
# or npm
npm run watch

When you modify src/index.ts or any revelant files, the server will automatically rebuilds the whole thing.