Skip to content

A boilerplate for quickly building monorepo project using Turborepo and TypeScript

License

Notifications You must be signed in to change notification settings

irfnd/turborepo-ts-boilerplate

Repository files navigation

Turborepo TypeScript Boilerplate

A boilerplate for quickly building monorepo project using Turborepo and TypeScript

Features

Get Started

  • Clone this repo
    git clone https://github.com/irfnd/turborepo-ts-boilerplate
  • Rename this boilerplate to whatever you want and move to that folder
    cd turborepo-ts-boilerplate
  • Delete .git folder
  • Reinitialize your git
    git init .
    git add .
    git commit -m "Your initialize commit"
  • Install all packages by typing pnpm i.
  • Project ready to develop.
  • You can push/publish to your own github by changing some configuration in package.json based on the configuration you want.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch git checkout -b feature/AmazingFeature
  • Commit your Changes git commit -m '[Add] - some AmazingFeature
  • Push to the Branch git push origin feature/AmazingFeature
  • Open a Pull Request

License

Distributed under the MIT License.

About

A boilerplate for quickly building monorepo project using Turborepo and TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Languages