Hi all,
In the interest of being thorough, I'm watching Chapter 2: Getting Started, Video #3: Running the API and demo application. I've cloned the https://github.com/telerik/rpsapi.git repository to a local folder, run npm install, and then run npm run dev.
When I attempt to run the app on http://localhost:8080, I don't get a site - even though the ts-node-dev server software appears to be running.
Attempts to make Postman GET requests of http://localhost:8080 yield 404 errors.
What am I doing wrong?