Create a fullstack app with the following structure: ```bash - /client → React + Vite/Webpack + TS - /server → Express + GraphQL + TS + MongoDB - /shared → shared types/interfaces/utils (if needed) ```