All Projects → geekplux → Koa2 Boilerplate

geekplux / Koa2 Boilerplate

[Deprecated] Minimal koa v2 boilerplate. 🤣

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Koa2 Boilerplate

Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (+114.29%)
Mutual labels:  koa, boilerplate
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (+125%)
Mutual labels:  koa, boilerplate
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (+74.49%)
Mutual labels:  koa, boilerplate
Javascript Boilerplate
Node.js+Koa.js+PostgreSQL+React.js+Webpack+Mocha+Makefile, a starter kit for new apps
Stars: ✭ 253 (+29.08%)
Mutual labels:  koa, boilerplate
Koa Vue Fullstack
A lightweight boilerplate for a universal webapp based on koa, mongodb, node, vue, and webpack
Stars: ✭ 126 (-35.71%)
Mutual labels:  koa, boilerplate
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (-68.88%)
Mutual labels:  koa, boilerplate
Koa Boiler
Koa 2.7 boilerplate for a production-ready Node.js app with async/await.
Stars: ✭ 426 (+117.35%)
Mutual labels:  koa, boilerplate
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+977.55%)
Mutual labels:  koa, boilerplate
Koalerplate
Simple Koa Boilerplate for APIs
Stars: ✭ 118 (-39.8%)
Mutual labels:  koa, boilerplate
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (-42.86%)
Mutual labels:  koa, boilerplate
Koa React Isomorphic
Boilerplate for Koa & React
Stars: ✭ 128 (-34.69%)
Mutual labels:  koa, boilerplate
Koa Passport Mongoose Graphql
Koa 2 server with Passport + Mongoose + GraphQL
Stars: ✭ 190 (-3.06%)
Mutual labels:  koa, boilerplate
Snailjs
SnailJS - Slow and thoughtful development with Node and React
Stars: ✭ 184 (-6.12%)
Mutual labels:  boilerplate
Eleventy Starter Ghost
A starter template to build websites with Ghost & Eleventy
Stars: ✭ 187 (-4.59%)
Mutual labels:  boilerplate
Gas Clasp Starter
A starter template for Google Apps Script by clasp
Stars: ✭ 184 (-6.12%)
Mutual labels:  boilerplate
React Ssr Boilerplate
Boilerplate for React apps with routing, code splitting, & server side rendering
Stars: ✭ 183 (-6.63%)
Mutual labels:  boilerplate
Yii2 Angular Boilerplate
Yii2 REST API + Angular10 Boilerplate (Frontend/Backend)
Stars: ✭ 194 (-1.02%)
Mutual labels:  boilerplate
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (-4.08%)
Mutual labels:  koa
Html5 Canvas Game Boilerplate
Provides a set of default code that makes getting up and running with an HTML5 canvas game very easy.
Stars: ✭ 182 (-7.14%)
Mutual labels:  boilerplate
Typescript Webpack React Redux Boilerplate
React and Redux with TypeScript
Stars: ✭ 182 (-7.14%)
Mutual labels:  boilerplate

koa2-boilerplate [Deprecated]

⚠️ This project is created 3 years ago in order to try koa2. now it's outdated.

A minimal boilerplate of koa v2.

NPM Version NPM Downloads

Installation

Both ways you can start:

fork this repo & git clone the repo
npm install koa2-boilerplate

Command

Setup

npm install

Develop

npm start

Test

npm test

Dependencies

  • Watcher and hot-reload: nodemon
  • Test:
  • Build: babel
    • tools: babel-register
    • presets: babel-preset-es2015-node5
    • plugins: transform-async-to-generator, syntax-async-functions
  • Lint: You can choose the lint tool that you prefer.

Reference

License

MIT © GeekPlux

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].