chore: create a React app with Vite tool

Used the Vite build tool to create a React app, with TypeScript.

close: N25B-81
This commit is contained in:
Twirre Meulenbelt
2025-09-25 14:09:22 +02:00
parent f42f791862
commit f70330f546
16 changed files with 3780 additions and 81 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?