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@latest
This will create a new project with the name you provide.
You can choose between a React or Vue 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 run
In another terminal, run the following command to start the React or Vue development server:
cd ClientApp
npm run dev
This will start the development server and you can access the application at http://localhost:5266
or https://localhost:7266
if you are using HTTPS.