Skip to content

Latest commit

 

History

History

studio

About The Project

The studio is where the web dashboard application lives, provides a way to manage account, page and links data.

Built With

Directory Structure

studio/
├──public — public static files and assets
├──src — app src files
├────assets — static files
├────components — common React components, UI building blocks
├────data — data related helper files
├────lib — configuration for external libs
├────pages — application views and router
├────services — network calls and business logic
├────types — TypeScript typings
└────utils — reusable functions