1.2.2 • Published 3 years ago
gaio v1.2.2
Gaio
Gaio is a Nodejs framework, built on koa2.
Install
yarn add ginaRun app with node
1. Compile project
tsc && cp config app/config2. Start app.js
cd dist && node app/app.jsRun app with ts-node
1. install ts-node and typescript
yarn add typescript ts-node2. Start app
npx ts-node app/app.tsRun app in development mode
- use gaio-cli for js or js/ts hybrid project
- use @exoskeleton/cli for typescript-only project
More details
For more details, please refer to https://gaio-lab.github.io/gaio