Directory Structure
Overview
/fullstack.code-workspace
/ui/ #ui project
- /src/ #react code
- /.vscode/launch.json #debugging config
- /... #other necessary files and folders
/data-access/
- /graphql/ #graph ql code
- /.vscode/launch.json #debugging config
- /... #other necessary files and foldersCreate root directory
mkdir azure-quickstart
cd azure-quickstartLast updated
Was this helpful?