Skip to content

kpaxico/HotwiredQuoteEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HotwiredQuoteEditor

The setup and the details of this application is explained in detail in the following articles:

  1. Hotwired ASP.NET Core Web Application — Part 1
  2. Hotwired ASP.NET Core Web Application — Part 2
  3. Hotwired ASP.NET Core Web Application — Part 3
  4. Hotwired ASP.NET Core Web Application — Part 4
  5. Hotwired ASP.NET Core Web Application — Part 5
  6. Hotwired ASP.NET Core Web Application — Part 6

RUNNING THE APP

cd HotwiredQuoteEditor
dotnet run
cd HotwiredQuoteEditor\ClientApp
npm run dev