1.0.15 • Published 12 months ago

create-rvnet-app v1.0.15

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

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago