-
Hi! When I start VS and run the project in it, my Chrome Browser is starting and showing Swagger with three routes but at this point I do not know how to get the frontend actually running locally. If I'm able to get the client running my second question would be regarding test data. My personal goal would be to have it locally running so I could add Vue.js to the Razor Templates and work on UI/UX improvements (we quickly wrote in TFF forum) :) Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You only need to start the server. The server references the client. So after starting the server, the client should be available (can't tell the Port, as this is randomly generated. For me it is |
Beta Was this translation helpful? Give feedback.
You only need to start the server. The server references the client. So after starting the server, the client should be available (can't tell the Port, as this is randomly generated. For me it is
http://localhost:5021/