Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 553 Bytes

index.md

File metadata and controls

26 lines (19 loc) · 553 Bytes
title nav_order layout
Home
1
home

Welcome to KoalaTs! KoalaTs is crafted for the laziest backend developers because nothing pairs better with clean APIs than a good nap.

Getting Started

To get started, you can use the KoalaTs CLI to generate a new project:

npx @koala-ts/cli create my-app

The above command will generate a new project in the my-app directory.

Then, navigate to the project directory and start the server:

cd my-app
npm install
npm run start