No description
Find a file
2025-10-02 19:31:55 +00:00
.devcontainer chore: add code quality tools 2025-09-27 13:52:47 -03:00
.githooks chore: change githooks library 2025-10-02 19:31:55 +00:00
.idea chore: format webstorm config files 2025-09-27 14:12:37 -03:00
.vscode chore: initial commit from create-react-router 2025-09-27 13:52:46 -03:00
public chore: initial commit from create-react-router 2025-09-27 13:52:46 -03:00
src chore: use src dir for app 2025-09-27 13:52:47 -03:00
.gitignore chore: ignore vite output 2025-10-02 02:12:55 -03:00
.lintstagedrc.json chore: dont check types on pre-commit 2025-10-02 02:13:36 -03:00
deno.jsonc chore: change githooks library 2025-10-02 19:31:55 +00:00
deno.lock chore: moving deps to package.json 2025-10-02 10:40:40 -03:00
package.json chore: moving deps to package.json 2025-10-02 10:40:40 -03:00
react-router.config.ts chore: use src dir for app 2025-09-27 13:52:47 -03:00
README.md chore: add simple readme 2025-09-27 14:12:46 -03:00
server.ts chore: initial commit from create-react-router 2025-09-27 13:52:46 -03:00
vite.config.ts chore: strip boilerplate code 2025-09-27 13:52:47 -03:00

Vitae Web Frontend

Stack

  • Deno
  • React Router Framework Mode
  • Vite

File structure

.
├── public # static files
└── src
    ├── common # general files (e.g design system, formatters, helpers,...)
    ├── modules # use cases, must be independent one of another
    └── routes # files responsible to render each page