Replies: 2 comments 3 replies
-
Right so after a couple hours of messing with Projen(I discovered it's more about Projen than it is about Nx), I did learn some things! :P
So this discussion doesn't really belong here, it's more Projen related. |
Beta Was this translation helpful? Give feedback.
-
Nice! :) Just to add a couple of things here:
|
Beta Was this translation helpful? Give feedback.
-
So I'm writing a prototype for work and thanks to Smithy and the API Gateway integration I can get that part done very fast.
Now I'm looking to write a frontend site(well technically two, but let's just go with one for now).
From the docs, I see that I can choose between:
I won't be using cloudscape(I'll be using tailwind) nor react. So option 1 is kind of a no-go for me. But option 2 seems almost ideal. However,
static-website
doesn't have a lot of docs. So as a noob, I'm unsure about how I would "integrate" stuff like Vite/Tailwind and a frontend metaframework.devDeps
, and does the same go for TailwindCSS?nx-monorepo
, do I have to create a new Projen from scratch?When I think about it seems, that I should just be able to do make a new
typescript-app
that includes tailwindcss and vite and qwik city in theirdevDeps
and that project depends on my smithy api?Beta Was this translation helpful? Give feedback.
All reactions