Each of the starter applications showcases a specific technology and demonstrates how to use the Clarity Core package with it.
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.
- cd <STARTER_NAME>
- npm install
- npm run start
Documentation for Clarity Core is available here. All other technologies maintain separate documentation.
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.
The project license is available here.