0.0.1 ā€¢ Published 3 months ago

turborepo-template v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

This is a fully configurated template starter for monorepos using Turborepo tech.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • ui: a stub React component library shared by docs application
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.json's used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

For git integration it has also:

Prerequisites

  • node >=16.0.0

Install

pnpm i

Usage

pnpm run dev

Run tests

pnpm run test

Author

šŸ‘¤ Alain Iglesias

ā€‚

Show your support


Give a ā­ļø if this project helped you!

ā€‚

šŸ“ License


Copyright Ā© 2023 Alain Iglesias. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator