With Yarn:
yarn global add generator-jba
Or with NPM:
npm install -g generator-jba
Once installed generate your app with:
yo jba
and follow the questions. If you want to generate the app with default settings, run:
yo jba --quick=true
Debugging business app process in Visual Studio Code |