chiehwen / koa2-boilerplate

My personal boilerplate of koa 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koa2-boilerplate

My personal boilerplate of koa 2.0

Requirements

Please ensure your operating system has the following software installed:

macOS:

# MongoDB
$ brew install mongodb && brew services start mongo

# Redis
$ brew install redis && brew services start redis

Structure

Usage

# Install dependencies
$ npm install .

# Compile file and create a bundle file
$ npm build

# Start application
$ npm start

About

My personal boilerplate of koa 2.0

License:MIT License


Languages

Language:JavaScript 96.5%Language:Dockerfile 3.5%