← All projects

your-react-boilerplate

by @ipenywis

108

The Pro React Project Boilerplate you need https://youtu.be/nm8UWffANOc

About this project

React Pro Boilerplate This Project setup and the motivation behind it is explained in the CoderOne youtube channel. Setup Video: https://youtu.be/nm8UWffANOc Turborepo starter This is an official Yarn v1 starter turborepo. What's inside? This turborepo uses Yarn as a package manager. It includes the following packages/apps: Apps and Packages docs: a Next.js app web: another Next.js app ui: a stub React component library shared by both web and docs applications eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier) tsconfig: tsconfig.jsons used throughout the monorepo Each package/app is 100% TypeScript. Utilities This turborepo has some additional tools already setup for you: TypeScript for static type checking ESLint for code linting Prettier for code formatting Build To build all apps and packages, run the following command: Develop To develop all apps and packages, run the following command: Remote Caching Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. By default, Turborepo will cache locally.

From the project README on GitHub

Stars
108
Forks
27
Last push
5 Jun 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/your-react-boilerplate.svg)](https://www.madeinalgeria.dev/projects/your-react-boilerplate)

Related projects