Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 461 Bytes

Project gestion-visite

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