Ajoutez des fichiers projet.

This commit is contained in:
2026-04-30 12:51:31 +02:00
parent d17cbe4df0
commit 72f4beeb61
57 changed files with 26895 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
This file explains how Visual Studio created the project.
The following tools were used to generate this project:
- create-vite
The following steps were used to generate this project:
- Create react project with create-vite: `npm init --yes vite@latest ndf -- --template=react-ts`.
- Create project file (`ndf.esproj`).
- Create `launch.json` to enable debugging.
- Add project to solution.
- Write this file.