create-ezvn
v0.0.4
Published
EZ Vite Net Starter is an npm package that runs a series of scripts that help you quickly start an Vite frontend with a ASP Net backend API!
Readme
🍰 EZ Vite Net (EZVN) (⚠️WIP)
EZ Vite Net is an npm package that runs a series of scripts that help you quickly start a Vite frontend with an ASP Net API backend!
This allows you to create a template without the need of Visual Studio and allows the flexibility to use the latest versions of both Vite and .Net (something that .Net's built-in templates struggle with).
Requirements
EZVN requires that you have two things installed:
Getting Started
Creating a project is as easy as one command!
npm create ezvn@latest project-nameEZVN will then create a project in the current directory using the default frontend framework (ReactJS).
To specify which Vite template to create the project in, declare template AFTER project name:
npm create ezvn@latest project-name react-tsThis will make a React+Typescript Vite template with an ASP NET api!
Run Project
Running your project is as easy as one line in the project directory!
cd project-name #...change directory into project
npm run devEZVN will even automatically open the browser windows for the frontend and backend (SwaggerUI)!
Installed Tools
EZVN creates a new project with the following tools installed:
