Frontend

screenshot of Frontend
react
chakra-ui

동물 보호소와 봉사자의 쉬운 만남

Overview

The Turborepo Vite starter is an official starter pack that provides a setup for developing applications using the Turborepo framework. It includes multiple packages and apps that are 100% TypeScript, as well as preconfigured tools like ESLint and Jest for code linting and testing.

Features

  • Multiple Packages and Apps: The Turborepo Vite starter includes various packages and apps, such as "docs" and "web", which are vanilla Vite TypeScript applications.
  • Shared Component Library: The starter pack also includes a component and utility library called "ui" that is shared by both the "web" and "docs" applications.
  • Shared Configuration Files: The Turborepo Vite starter provides shared configuration files like eslint-config-custom for eslint and tsconfig for TypeScript throughout the monorepo.

Summary

The Turborepo Vite starter is an official starter pack that enables developers to quickly get started with developing applications using the Turborepo framework. It offers a set of preconfigured tools, including TypeScript for static type checking, ESLint for code linting, Jest for testing, and Prettier for code formatting. The starter pack includes multiple packages, apps, and a shared component library, making it a comprehensive and efficient solution for building TypeScript applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.