This repository contains examples of how to use InertiaCore, an Inertia.js server-side adapter for .NET.
To create a new project using InertiaCore, run the following command:
npx @inertiacore/create@latestThis will create a new project with the name you provide.
You can choose between a React, Vue, or Svelte project.
Once you have created the project, you can run it using the following commands.
Run the following command to start the dotnet development server:
dotnet runIn another terminal, run the following command to start the React or Vue development server:
cd ClientApp
npm run devThis will start the development server and you can access the application at http://localhost:5266 or https://localhost:7266 if you are using HTTPS.