Este repositório é um template de monorepo para aplicações que utilizam TypeScript no backend e no frontend, e possui os seguintes itens já estão configurados:
- Commitlint;
- EditorConfig;
- ESLint;
- GitHub Actions;
- Husky;
- Jest;
- PNPM;
- Prettier;
- Turborepo;
- TypeScript.
-
Crie um fork deste repositório;
-
Torne o fork criado um template;
-
Crie um novo repositório usando este template e configure as ferramentas que pretende usar dentro do diretório
apps
.
English version
This repository is a monorepo template for applications that use TypeScript on the backend and frontend, and has the following items already configured:
- Commitlint;
- EditorConfig;
- ESLint;
- GitHub Actions;
- Husky;
- Jest;
- PNPM;
- Prettier;
- Turborepo;
- TypeScript.
-
Create a fork of this repository;
-
Make the created fork a template;
-
Create a new repository using this template and configure the tools you want to use inside the
apps
directory.