Skip to content

Commit

Permalink
refactor(web): migrate away from CRA
Browse files Browse the repository at this point in the history
- Replaced Create-React-App with Vite
- Changed `frontend` folder name to `web`
- Updated web dependencies
  • Loading branch information
LordTermor committed Jun 24, 2024
1 parent 9e4c922 commit 81127c4
Show file tree
Hide file tree
Showing 81 changed files with 283 additions and 15,839 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/prettier_action@v4.3
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.

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.

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

This file was deleted.

22 changes: 0 additions & 22 deletions frontend/src/index.tsx

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion frontend/src/react-app-env.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions frontend/src/reportWebVitals.ts

This file was deleted.

5 changes: 0 additions & 5 deletions frontend/src/setupTests.ts

This file was deleted.

20 changes: 0 additions & 20 deletions frontend/tsconfig.json

This file was deleted.

Loading

0 comments on commit 81127c4

Please sign in to comment.