Skip to content

InertiaCore/kits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InertiaCore Starter Kits

This repository contains examples of how to use InertiaCore, an Inertia.js server-side adapter for .NET.

Get Started

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.

Run the 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.