Coder Social home page Coder Social logo

sergeyshurkhovetckii / turborepo-starter Goto Github PK

View Code? Open in Web Editor NEW
18.0 4.0 8.0 21.57 MB

Front-end сборка для ваших проектов.

License: MIT License

JavaScript 57.78% TypeScript 27.78% HTML 1.89% CSS 12.55%
storybook tailwindcss turborepo typescript vite prettier eslint mock-service-worker react react-router

turborepo-starter's Introduction

Готовая сборка Turborepo

Turbo

Utilities

  • Used by Vite Fast build time
  • Used by Mock Service Worker Imitation back
  • Supports TypeScript out of the box and makes project installation easy
  • Integration Storybook Tool for developing UI components
  • Used by Tailwindcss
  • Used by Turborepo TuroRepo part of code management since each component is in a separate repository
  • ESlint Error and problem detection: ESLint can detect many errors
  • Prettier simplify the formatting process and use a consistent code style across the project.

Build

To build all apps and packages, run the following command:

cd my-turborepo
npm run build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
npm run dev
Vite: http://localhost:5173/
Styrybook :http://localhost:6006/

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. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

turborepo-starter's People

Contributors

sergeyshurkhovetckii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

turborepo-starter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.