A univeral web app framework based on Koa & React & Redux & Next.js & GraphQL
- React
- Redux
- react-router
- react-router-redux
- redux-form
- redux-thunk
- Webpack
- Babel
- Koapi
- Knex
- Bookshelf
- Babel
- Apidoc
- Nodemon
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
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
# 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