This is an example of a Javascript monorepo using pnpm and Turborepo.
- Install the dependencies -
pnpm install - Run the development server -
pnpm run dev - Run linter -
pnpm run lint - Run the tests -
pnpm run test - ???
- Profit! π
The project is structured as follows:
βββ apps
β βββ rest-api
β βββ web-react
βββ libs
β βββ utilities
βββ packages
β βββ fancy-button
βββ readme.md
apps: Applications (e.g. web app, REST API, etc.).components: Front-end components.configs: Configuration files.libs: Helpers, utilities, misc.