koa_typescript_boilerplate
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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/

Readme

Keywords

none

Package Sidebar

Install

npm i koa_typescript_boilerplate

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

19.8 kB

Total Files

15

Last publish

Collaborators

  • jbelelieu