dorbel-app
dorbel new generation node.js app
Scripts
- First time install script to install all project required dependencies for Mac using
yarn run first
- Install all modules
yarn install
- Spin the whole environment with Docker compose using
yarn start
- Stop the whole environment using
yarn stop