Skip to content

alisyahidin/monorepo-starterkit

Repository files navigation

🧰 Monorepo Starterkit - React•Typescript•eslint

This repository provides a monorepo setup using PNPM workspace for your React projects with TypeScript and ESLint integration. It comes with a several pre-configured tools, such as versioning management using changeset and commitlint integration using husky. This starter kit simplifies the initial development process, so you could focus on coding. Feel free to configure on your own or open PR if you have some cool idea.

Features

Todo

Usage

Use this project locally, by clone it from github

git clone https://github.com/alisyahidin/monorepo-starterkit.git && cd monorepo-starterkit

Install dependencies

pnpm install

And run server

pnpm dev

Open in browser:

Tech Stack

Package Manager: PNPM

UI Library: TailwindCSS

React Framework: Next.js, Remix

Server: Node

License

This Monorepo Starterkit is open-source and available under the MIT License.

Happy coding! 🚀