Skip to content

ly2011/TypeScript-Koa-Starter

Repository files navigation

TypeScript Koa Starter

Pre-reqs

Getting started

  • Clone the repository
git clone https://github.com/ly2011/TypeScript-Koa-Starter.git <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Start your mongoDB server (you'll probably want another command prompt)
mongod
  • Build and run the project
npm start

Navigate to http://localhost:3000