Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fellipeutaka/ultimate-app

🚀 A Turborepo boilerplate including Husky, Jest, ESLint, Expo, NestJS and Next.js
https://github.com/fellipeutaka/ultimate-app

commitlint eslint expo husky jest nestjs nextjs prettier react react-native react-testing-library supertest turborepo typescript

Last synced: 4 months ago
JSON representation

🚀 A Turborepo boilerplate including Husky, Jest, ESLint, Expo, NestJS and Next.js

Awesome Lists containing this project

README

        

## 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.

```bash
# With NPM
npm install

# With Yarn
yarn install

# With PNPM
pnpm install
```

## Usage

Just run `dev` script.

```bash
# With NPM
npm run dev

# With Yarn
yarn dev

# With PNPM
pnpm dev
```

## Building

To generate the project, just run:

```bash
# 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 `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to original branch: `git push origin / `
5. Create the pull request.

Or, see the GitHub documentation on [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## 📝 License

This project is under the MIT license. See the [LICENSE](https://github.com/fellipeutaka/ultimate-app/blob/main/LICENSE.md) for details.

Made with ♥ by Fellipe Utaka 👋 [Get in touch!](https://www.linkedin.com/in/fellipeutaka/)