Snailicide Monorepo Repo
- pnpm
- typescript
- JSdoc Cheatsheet tes example:::
Creating a monorepo project with React and Express.JS using pnpm Workspaces. This is the source code of a blog post I am writing about this topic.
Read the article: Yarn Workspaces: Organize Your Project’s Codebase Like A Pro
Important! Suggested package manager is pnpm
- Clone this repository locally
$ git clone git@github.com:gbtunney/snailicide-monorepo.git
- Install the dependencies. Inside the root
$ pnpm install
- Invoke commitizen with commitlint config
$ pnpm commit