zzzs / astroboy

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

Home Page:https://astroboy-lab.github.io/astroboy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astroboy

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

npm version

Install

yarn add astroboy

Run app with node

1. Compile project

tsc && cp config app/config

2. Start app.js

cd dist && node app/app.js

Run app with ts-node

1. install ts-node and typescript

yarn add typescript ts-node

2. Start app

npx ts-node app/app.ts

Run app in development mode

More details

For more details, please refer to https://astroboy-lab.github.io/astroboy

About

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

https://astroboy-lab.github.io/astroboy/

License:MIT License


Languages

Language:TypeScript 98.0%Language:Shell 1.5%Language:Makefile 0.5%