HackYourFuture-CPH / boilerplate-for-fp

Boilerplate for Final projects
4 stars 8 forks source link

Set up common package #175

Open zkwsk opened 2 years ago

zkwsk commented 2 years ago

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.