[ ] parse design sketches (what is parsable? sketch-file, figma-file, photoshop, etc.?) into json-objects, representing all about the design sketch
[ ] turn json-objects into working angular-project (mvp - just basic angular app, without ssr, app-shell, or the rest fancy stuff) - FE-components only
[ ] add DAO - frontend service layer, to fetch the data from backend to frontend (services should come with baked-in error-handling, rxjs, configs, etc, (study generated open-api angular service structure))
[ ] add backend - scaffold server and its controllers (nest.js), also with all the best-practice baked-in
[ ] add DB - scaffold a mongo or postgresql DB with all the entities and fields and tables / documents
build front-end generator