Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 270 Bytes

askly-ts

GraphQl API for simple QnA application

Run locally

# setup .env
$ cp .env.example .env

$ npm install
$ npm run db:push # sync db
$ npm run codegen # generate graphql types
$ npm run build
$ npm start

# run locally in dev mode
$ npm run dev