Hello and welcome to your new project. To find out more about Blueprint feel free to explore it at https://www.bluelibs.com/docs/package-blueprint
npm run blueprint:generate
cd microservices/api
npm install
npm run start:dev
cd microservices/ui
npm install
npm run generate # Run it first time or when GRAPHQL API Changes.
npm run start:dev