🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

create-koa-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-koa-app

Create koa apps with koa-base-boilerplate

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

create-koa-app

Create koa apps with koa-base-boilerplate

explain

koa-base-boilerplate is a koa boilerplate integrated with koa-router koa-cors koa-bodyparser koa-auto-routes babel

and happly, you can use async/await in your app like koa2, even though we use koa1.

This handy feature is owe to babel.

koa-base-boilerplate is simple and flexible !

usage

first, install

npm install create-koa-app -g

then, use create-koa-app create your koa app

create-koa-app [your app name]

then, build

cd [your app name] && npm i

then, run

npm start

FAQs

Package last updated on 14 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts