Documentation
Working with the codebase

Project structure

supastarter uses a monorepo structure, which allows you to easily extend your project (for example with a mobile app) and share code and configs between applications.

Basic repository structure

By default the monorepo contains the following apps and packages:

Main application

The main application is located in the apps/web folder. It contains the following folders:

On this page