1.0.15 • Published 3 years ago

create-rvnet-app v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago