create-dotnet-vite
v0.2.3
Published
A CLI tool for quickly scaffolding a new .NET 8 web application with Vite as the front-end build tool.
Downloads
11
Readme
create-dotnet-vite
A CLI tool for quickly scaffolding a new .NET 8 web application with Vite as the front-end build tool.
Usage
- Run it with
bunx
.
bunx create-dotnet-vite
Run it locally
- Install the dependencies.
bun i
- Run the following command to run the CLI tool.
bun start