Download and Run

Download and Run

This tutorial will show you how to run the React + .NET API Web App. (Will do the same way in the other stack)

  1. Set the projectPath value of StackPuz Client configuration to "D:/stackpuz" and run StackPuz Client App by node index.js command.
  2. Create the project with the commands that described in the Requirements section in the D:/stackpuz/Project1 directory.

    Create Project

  3. Now you should have these two folders in the D:/stackpuz/Project1 directory.

    Created Project

  4. Run the created projects with the commands that described in the Requirements section.

    Run Project Commands Run Project Result

  5. Now open the Web Browser and navigate to http://127.0.0.1:5173/. You will see the empty Web App running here.

    Running Web App

  6. Go to StackPuz project (Project1) and choose the Stack to React + .NET API.

    Stack Choose

  7. Go to Target tab and Project section then click on the Download button.

    Download Project

  8. Now you will see all running console display the updating message.

    Updated Project

  9. Switch to the Web Browser and now you will see the Web App updated and show the login screen.

    Updated Web App

  10. Login to the Web App with the testing user name admin and password 1234. You will see the Web App home page now.

    Web App Home Page