1.1.0 • Published 6 years ago
jsx-koa v1.1.0
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 installThen, start the development server:
yarn watch
# or npm
npm run watchWhen you modify src/index.ts or any revelant files, the server will automatically rebuilds the whole thing.