Skip to content

Latest commit

 

History

History
executable file
·
67 lines (57 loc) · 1.52 KB

README.md

File metadata and controls

executable file
·
67 lines (57 loc) · 1.52 KB

Koapp

A univeral web app framework based on Koa & React & Redux & Next.js & GraphQL

Contains

Quick Start

npm start api
npm start app
npm start queues
npm start schedulers

# ===========  OR  =============
npm start api app queues schedulers

# ======================
# build client code
npm start build

Development

npm start watch api
npm start watch app
npm start watch queues
npm start watch schedulers

# ==========  OR  ============
npm start watch api app queues schedulers
# ======================
# watch clients/default
npm start watch default -- -c

# ======================
# code linting
npm start lint

Deployment

# migrate latest
npm start database latest
# migrate & seed
npm start database setup
# rollback database changes
npm start database rollback
# reset database
npm start database reset
# knex operate
npm start database migrate:make