Skip to content

nicksoftware/React-AspnetCore-inertiaJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASPNET CORE + REACTJS + INERTIAJS

Quick starting guide for a .NET 8 ASPNET CORE Web MVC project that uses react in views through InertiaJS.

To get started with this project, you will need the following :

Getting Started

  • Restore the project dependencies using dotnet restore in the solution path

  • Once that is done, you should navigate into the ClientApp folder and install npm packages using npm install.

Running Project

  • Run ASP.NET CORE project, by using following command: dotnet watch in project directory

  • Run ReactJS project with the following command: npm run dev in the ClientApp directory.

Useful Documents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published