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 Node.js/yarn
- renamed `frontend` folder into `web`
  • Loading branch information
LordTermor committed Jun 21, 2024
1 parent 8970acc commit 8974af2
Show file tree
Hide file tree
Showing 81 changed files with 26,098 additions and 16,057 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Run prettier style check
uses: creyD/[email protected]
with:
prettier_options: --check ./frontend/
prettier_options: --check ./web/
dry: true
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.

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.

35 changes: 0 additions & 35 deletions frontend/src/index.css

This file was deleted.

1 change: 0 additions & 1 deletion frontend/src/logo.svg

This file was deleted.

Loading

0 comments on commit 8974af2

Please sign in to comment.