/monorepo

Monorepo with NPM Workspaces

Primary LanguageTypeScriptMIT LicenseMIT

Monorepo with NPM Workspaces

Monorepo is a collection of small projects or packages that can be combined to build a larger project. These small packages can also be independent and don't need to know anything about the other packages.

Full article can be found here

Running the project

On the root of the project, run:

npm install && npm run dev