create-rvnet-app

1.0.15 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-rvnet-app

Weekly Downloads

1

Version

1.0.15

License

ISC

Unpacked Size

32.4 kB

Total Files

26

Last publish

Collaborators

  • virtual-registry