gioboa / qwik-dream-demo

https://qwik-dream-demo.pages.dev/
28 stars 11 forks source link

some cleanup #25

Closed gioragutt closed 1 year ago

gioragutt commented 1 year ago
michaelbromley commented 1 year ago

add a preview-with-remotes task in the host project

💯 this is very good!

gioboa commented 1 year ago

I think this file apps/cart/package-lock.json can be deleted, right?

gioragutt commented 1 year ago

add a preview-with-remotes task in the host project

💯 this is very good!

I agree, however currently the behavior is broken, as mentioned in Discord. Idk how to check it

gioragutt commented 1 year ago

I think this file apps/cart/package-lock.json can be deleted, right?

Probably not, considering it does have a devDependency.

I'd introduce workspaces (via npm/yarn/pnpm) to ease managing dependencies between packages (as well as installing everything all at once, instead of having to install per project with dependencies)