Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 796 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 796 Bytes

koa-ts-getting-started

Create Project:

With NPM:

npm create koa-ts-api@latest app-name

With Yarn:

yarn create koa-ts-api app-name

With PNPM:

pnpm create koa-ts-api app-name

Included packages

Setup

git clone https://github.com/vaso991/koa-api-ts-starter.git
cd koa-api-ts-starter
yarn install
yarn run dev