Last updated Dec 24, 2022

Github Repo Structure

We have one repo for frontend, and one repo for backend. This article is going to show you what's where.

Frontend

Repo: typedreamhq/cloud

This repository contains all of our frontend code, and is separated into 2 main folders, apps and packages:

Backend

Repo: typedreamhq/api

This repository contains all our backend code. It's written in Go, using Echo Labstack framework to serve our APIs.

What's next?

Start running the code on your local environment