Successfully added
        
            React
by Patrik
        
        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.
Referenced in:
        
    
Comments