Create Folder Structure

In the root of the ASP.NET Core web project, create the following folder structure:

ClientApp/
  src/
    index.js
    components/
We use the ClientApp folder and structure to follow common naming conventions.

Comments

Leave a Comment

All fields are required. Your email address will not be published.