bluelibs / the-blue-world-workshop

This is the workshop part of the "Introduction to BlueLibs" series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project the-blue-world

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

Generate your project

npm run blueprint:generate

Setup your microservices

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

About

This is the workshop part of the "Introduction to BlueLibs" series.


Languages

Language:TypeScript 96.1%Language:JavaScript 2.1%Language:SCSS 1.1%Language:HTML 0.5%Language:Shell 0.1%