Created and adjusted for node js stack learning
We use:
- Express.js for routing
- Sequelize for ORM
- API Blueprint for API docs
- React for client views
-
yarn setup
installs dependencies & utils for both client and server -
yarn update
updates dependencies & utils for both client and server
List of available scripts:
-
yarn dev
- run both server and client apps; -
yarn client
- run client app; -
yarn server
- run server app; -
yarn lint
- lint server and client code; -
yarn setup
orbin/setup
- installs all dependencies; -
yarn update
orbin/update
- update all dependencies.