Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 881 Bytes

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