Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgmrdohan/koa.ts
My own template to develop RestfulAPI. (NodeJS+Typescript+Koa+YarnBerry)
https://github.com/pgmrdohan/koa.ts
github-template koa nodejs template typescript yarnberry
Last synced: about 1 month ago
JSON representation
My own template to develop RestfulAPI. (NodeJS+Typescript+Koa+YarnBerry)
- Host: GitHub
- URL: https://github.com/pgmrdohan/koa.ts
- Owner: pgmrDohan
- License: mit
- Created: 2023-12-13T17:58:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T10:24:06.000Z (2 months ago)
- Last Synced: 2024-10-01T02:04:44.107Z (about 2 months ago)
- Topics: github-template, koa, nodejs, template, typescript, yarnberry
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koa Typescript Template
My own template to develop RestfulAPI. (NodeJS+Typescript+Koa+YarnBerry)
## ๐งฐ Getting Started
### โผ๏ธ Prerequisites
This project uses Yarn as package manager
```shell
npm install --global yarn
```
Make repository using this template and Clone.After Clone, EDIT `package.json`.
### ๐งช Using
```shell
yarn dev
yarn build
yarn start
```