Building Vue 3, React, GraphQL in Nx with Vite, adding AWS CDK infra layer
- Vue 3 with Vite
- React with Vite [TODO]
- GraphQL Backend [TODO]
- TypeScript
- eslint
- prettier
- lint-staged with husky
- tailwindcss
- Storybook
- AWS CDK infra
- Corepack [TODO]
apps/
- my-app - vue
- my-app2 - react
- my-api - graphQL, postgress
- my-app2 - node, mongoDB
libs/
- ui-kit
infrastructure/
✨ This workspace has been generated by Nx, a Smart, fast and extensible build system. ✨
Run nx graph
to see a diagram of the dependencies of the projects.
Run npx nx connect-to-nx-cloud
to enable remote caching and make CI faster.
Visit the Nx Documentation to learn more.
- https://medium.com/js-dojo/work-with-vite-and-nx-af2e5a7558cb
- https://nx.dev/recipes/other/using-tailwind-css-in-react
- https://dev.to/joshchu/how-to-setup-prettier-eslint-husky-and-lint-staged-with-a-nextjs-and-typescript-project-i7b
- https://miyauchi.dev/posts/vite-vue3-typescript/ for eslint -https://storybook.js.org/recipes/tailwindcss tailwind in storybook
- storybookjs/storybook#12691 vue 3 props
- AWS CDK examples
##TODO: Learnt about https://nx.dev/packages/vite. Will dfinately check it out
Happy coding, Star before Fork 😊💪💯