Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fellipeutaka/ultimate-app
- Owner: fellipeutaka
- License: mit
- Created: 2023-01-18T06:33:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T18:10:06.000Z (12 months ago)
- Last Synced: 2024-02-21T19:26:20.937Z (12 months ago)
- Topics: commitlint, eslint, expo, husky, jest, nestjs, nextjs, prettier, react, react-native, react-testing-library, supertest, turborepo, typescript
- Language: TypeScript
- Homepage:
- Size: 367 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)