Skip to content

nikkomiu/koa-decorative-example

Repository files navigation

Koa Decorative Example

This project serves as an example app for the Koa Decorative package.

Run

Start the development TS server with:

npm run start

Build

Compile the Typescript files into JS files with:

npm run tsc

This will output the JS files in the dist/ folder of the project.