1.0.15 • Published 2 years ago

create-rvnet-app v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago