Skip to content

Boilerplate for React + Typescript + Vite.js + .NET App

Notifications You must be signed in to change notification settings

marianogitlab/create-rvnet-app

Repository files navigation

(Deprecated) Template for React Typescript Vite.js .Net Project

Prerequisites

  • node
  • .NET

Create app template

Run the following command:

npx create-rvnet-app


Start your app

  • Start AspNet app
    In the root of your project, run the command:

    dotnet run start

    Alternatively, use the option in your editor to launch the application. For example, if you use Visual Studio, you can use the shortcuts Ctrl + F5 or F5.

  • Start clientapp
    Go to the clientapp folder and run one of the following commands:

yarn run dev

npm run dev

To verify that the React app is working correctly, enter {your domain}/app in your browser.

You should have a situation similar to this

client app example

🧪contact: m.deluca.virtualspace@gmail.com

About

Boilerplate for React + Typescript + Vite.js + .NET App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published