ivanasetiawan / monorepo

Monorepo with NPM Workspaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Monorepo with NPM Workspaces

License:MIT License


Languages

Language:TypeScript 54.4%Language:CSS 39.5%Language:Vue 3.7%Language:JavaScript 2.4%