0.0.1 • Published 6 years ago

koa_typescript_boilerplate v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Koa/TypeScript Boilerplate Web API

Boilerplate code for a Koa Web API with TypeScript, Jest, TSLint, and Dotenv.

Local .env

Environment configuration is controlled via the "dotenv" package. As such, you will need to create a .env file for your local environment. Please contact a project admin for the most up-to-date local environment file.

Build Instructions

Clone the repo then run:

npm install

Compile TypeScript to JavaScript

npm run build:watch

Run the Test Server

npm start

The server is accessible at http://localhost:4000/