fellipeutaka / ultimate-app

πŸš€ A Turborepo boilerplate including Husky, Jest, ESLint, Expo, NestJS and Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate App

Boilerplate for a monorepo with Husky, Commitlint, Jest, Supertest, React Testing Library, ESLint, Prettier, Turborepo, TypeScript, Expo, NestJS and Next.js.

Installation

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

Usage

Just run dev script.

# With NPM
npm run dev

# With Yarn
yarn dev

# With PNPM
pnpm dev

Building

To generate the project, just run:

# With NPM
npm build

# With Yarn
yarn build

# With PNPM
pnpm build

πŸ€” How to contribute

Pull requests are always welcome πŸ˜ƒ.

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to original branch: git push origin <project_name> / <local>
  5. Create the pull request.

Or, see the GitHub documentation on how to create a pull request.

πŸ“ License

This project is under the MIT license. See the LICENSE for details.

Made with β™₯ by Fellipe Utaka πŸ‘‹ Get in touch!

About

πŸš€ A Turborepo boilerplate including Husky, Jest, ESLint, Expo, NestJS and Next.js

License:MIT License


Languages

Language:TypeScript 76.9%Language:JavaScript 19.4%Language:Shell 3.0%Language:CSS 0.7%