Directory Structure
Overview
This project will be configured as a Monorepo (not Monlith) allowing the full stack of the application be stored in a single repository.
The full codebase will be runnable locally from a single instance of VSCode.
The project structure will look like the following after completing this section
Create root directory
To begin, create a directory to house all of the code:
In the steps that follow, each of the folders noted in the overview will be created and populated.
Last updated