Skip to content

garbin/koapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Koapi frontend stack based on React and Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published