Skip to content

Commit

Permalink
refactor(web): replace CRA with Vite and add Remix
Browse files Browse the repository at this point in the history
This is a pretty major frontend building/structuring change.

- replaced Create-React-App with Vite
- enabled SSR with Remix
- switched to bun instead of nodejs/yarn
- renamed `frontend` folder into `web`
  • Loading branch information
LordTermor committed Jun 19, 2024
1 parent cfb501b commit dd81284
Show file tree
Hide file tree
Showing 89 changed files with 24,601 additions and 16,975 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ conan_cmake_run(CONANFILE conanfile.txt
BUILD missing)

add_subdirectory(daemon)
add_subdirectory(frontend)
add_subdirectory(web)
add_subdirectory(dbcli)
24 changes: 0 additions & 24 deletions frontend/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions frontend/.prettierrc.json

This file was deleted.

1 change: 0 additions & 1 deletion frontend/.yarnrc.yml

This file was deleted.

6 changes: 0 additions & 6 deletions frontend/CMakeLists.txt

This file was deleted.

46 changes: 0 additions & 46 deletions frontend/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions frontend/package.json

This file was deleted.

42 changes: 0 additions & 42 deletions frontend/public/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions frontend/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions frontend/public/robots.txt

This file was deleted.

38 changes: 0 additions & 38 deletions frontend/src/App.css

This file was deleted.

9 changes: 0 additions & 9 deletions frontend/src/App.test.tsx

This file was deleted.

Loading

0 comments on commit dd81284

Please sign in to comment.