/starters

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.

Primary LanguageHTMLMIT LicenseMIT

starters

Each of the starter applications showcases a specific technology and demonstrates how to use the Clarity Core package with it.

Overview

Each project contains minimal configuration and code to run and build a starter application for a specific technology. For client side applications the boilerplate code was generating with the projects provided tooling and is using those defaults. For build technologies, the application uses minimal build settings and configurations to run and build the code.

Try it out

Prerequisites

Build & Run

  1. cd <STARTER_NAME>
  2. npm install
  3. npm run start

Documentation

Documentation for Clarity Core is available here. All other technologies maintain separate documentation.

Contributing

The starters project team welcomes contributions from the community. Before you start working with starters, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.

License

The project license is available here.