Starters

screenshot of Starters
angular
react
vue

A collection of starter applications built with Clarity. Each starter project contains minimal default configuration and code to run and develop an application for a specific technology.

Overview

The Clarity starters are a collection of starter applications that showcase specific technologies and demonstrate how to use the Clarity Core package with them. Each starter project contains minimal configuration and code to run and build an application for a specific technology.

Features

  • Minimal Configuration: Each starter project has minimal configuration and code to get started quickly.
  • Technology Showcase: The starters showcase specific technologies and demonstrate how to integrate them with the Clarity Core package.
  • Tooling and Defaults: For client-side applications, the boilerplate code is generated using the project's provided tooling and defaults.
  • Build Settings: The starters use minimal build settings and configurations to run and build the code.

Summary

The Clarity starters are a collection of minimal starter applications that showcase specific technologies and demonstrate how to use the Clarity Core package with them. They provide a quick way to get started with different technologies and include minimal build settings and configurations. Contributions from the community are welcome, and the project is open-source with a specific Developer Certificate of Origin requirement for contributions.

angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

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

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

web-components
Web Components

Web components provide a way to create reusable, encapsulated UI components using standard web technologies such as HTML, CSS, and JavaScript. They allow developers to create complex UI components that can be easily shared across multiple projects and frameworks. Web components are built using four main specifications: Custom Elements, Shadow DOM, HTML Templates, and ES Modules.