With yarn style monorepo we can't import code across server/client like we could in our previous "casual" monorepo style. We should add a "common" package where we can put any code that might be shared across client and server and then teach the students to import it as a npm package.
With yarn style monorepo we can't import code across server/client like we could in our previous "casual" monorepo style. We should add a "common" package where we can put any code that might be shared across client and server and then teach the students to import it as a npm package.