Skip to content

ukita/typescript-koa-starter

Repository files navigation

TypeScript Koa Starter

Build Status dependencies Status JavaScript Style Guide

Boilerplate for Koa and TypeScript applications.

Getting Started

# Clone it
git clone https://github.com/ukita/typescript-koa-starter.git

# Remove git
rm -rf .git && git init

# Make it your own
yarn init

# Install dependencies
yarn

# Running tests
yarn test

# Build and start server
yarn build && yarn start

Contributing

Pull requests are welcome.

License

MIT

About

TypeScript Koa Starter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published