/jsx-koa

Build Koa apps with JSX. WARNING: THIS PROJECT IS STILL WIP, DO NOT USE IN PRODUCTION (KNOWN ISSUES)

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.