Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.
npm install astroboyzsh
yarn add astroboy
`
Run app with node
$3
`zsh
tsc && cp config app/config
`
$3
`zsh
cd dist && node app/app.js
`
Run app with ts-node
$3
`zsh
yarn add typescript ts-node
`
$3
`zsh
npx ts-node app/app.ts
``