Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```