Skip to content

my blog website server which based on koa2 and typescript.

Notifications You must be signed in to change notification settings

Chance722/blog-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog-server

powered by koa GitHub forks GitHub stars GitHub issues

RESTful API server application for my personal blog

  • Web client for user: blog-front powered by Nuxt.js@2
  • Web client for admin: blog-admin powered by Vue and element-ui
  • Web client for server powered by koa and typescript

Quick Start

Environment Dependencies

Development

$ npm install
$ npm run mysql
$ npm run dev

Deploy

$ npm run build
$ npm start

npm scripts

  • Use npm run tslint to check code style.
  • Use npm run mysql to init your database.

CHANGELOG

参见 CHANGLOG.md

About

my blog website server which based on koa2 and typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published