Boilerplate for a monorepo with Husky, Commitlint, Jest, Supertest, React Testing Library, ESLint, Prettier, Turborepo, TypeScript, Expo, NestJS and Next.js.
Use a package manager of your choice in order to install all dependencies.
# With NPM
npm install
# With Yarn
yarn install
# With PNPM
pnpm install
Just run dev
script.
# With NPM
npm run dev
# With Yarn
yarn dev
# With PNPM
pnpm dev
To generate the project, just run:
# With NPM
npm build
# With Yarn
yarn build
# With PNPM
pnpm build
Pull requests are always welcome 😃.
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to original branch:
git push origin <project_name> / <local>
- Create the pull request.
Or, see the GitHub documentation on how to create a pull request.
This project is under the MIT license. See the LICENSE for details.
Made with ♥ by Fellipe Utaka 👋 Get in touch!