Skip to content

A simple boilerplate for Koa@2 web application with koa-router, koa-jsonwebtoken, babel and sequelize ORM.

Notifications You must be signed in to change notification settings

krawitzzZ/koa-boilerplate

Repository files navigation

Installation

  • clone the repository

      $ git clone https://github.com/krawitzzZ/koa-boilerplate.git app
      $ cd app
    
  • install dependencies

      $ yarn
    
  • configure environment variables and then start the dev server

      $ yarn run dev
    
  • run tests

      $ yarn run test
    
  • run tests with coverage

      $ yarn run test:coverage
    

About

A simple boilerplate for Koa@2 web application with koa-router, koa-jsonwebtoken, babel and sequelize ORM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages