This commit is contained in:
parent
5f8e011bc6
commit
7014f520b9
3 changed files with 16 additions and 13 deletions
|
@ -4,22 +4,24 @@ The project is structured this way
|
|||
|
||||
```
|
||||
.
|
||||
├── docs Documentation folder
|
||||
├── public Public folder in which the index.html
|
||||
├── docs/ Documentation folder
|
||||
├── public/ Public folder in which the index.html
|
||||
│ import its resources
|
||||
├── src Source folder for the react app
|
||||
│ ├── assets Assets folder in which the react app
|
||||
├── src/ Source folder for the react app
|
||||
│ ├── assets/ Assets folder in which the react app
|
||||
│ │ import its resources
|
||||
│ ├── Components Components folder
|
||||
│ ├── Enums Enums folder
|
||||
│ ├── Interfaces Interface (+ types folder)
|
||||
│ ├── test Setup folder for the tests
|
||||
│ ├── tests Other tests + resources
|
||||
│ ├── utils Utilities folder
|
||||
│ ├── Components/ Components folder
|
||||
│ ├── Enums/ Enums folder
|
||||
│ ├── Events/ API Events folder
|
||||
│ ├── Interfaces/ Interface (+ types folder)
|
||||
│ ├── test/ Setup folder for the tests
|
||||
│ ├── tests/ Other tests + resources
|
||||
│ ├── utils/ Utilities folder
|
||||
│ ├── workers/ Webworkers folder
|
||||
│ ├── index.scss Tailwind CSS extends
|
||||
│ ├── main.tsx Entrypoint for App injection
|
||||
│ └── vite-env.d.ts Types for .env files
|
||||
├── test-server Tests servers to test the API
|
||||
├── test-server/ Tests servers to test the API
|
||||
│ ├── http.js Test server for bun.sh
|
||||
│ └── node-http.js Test server for Node.js
|
||||
├── azure-pipelines.yml Azure Pipelines YAML config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue