Files
NDF/CHANGELOG.md
T
2026-04-30 12:51:31 +02:00

12 lines
412 B
Markdown

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.