Getting Started
Essentials

Rider App Folder Structure

Rider App Folder Structure

Component Structure and Code Overview

The Rider App has been integrated with

  • ESLint to provide you with linting capability in Javascript.
  • Prettier for code formatting
  • Jest for unit testing
  • Husky to prevent bad commits.
On this page