I've cloned the Microsoft Bot Framework WebChat repo and am able to build it. But I'm having hard time viewing the changes that I made.
npm start
starts the server on a local port, but it does not display the webchat. Instead it shows the files from the project. I'm a bit familiar with Angular but I don't have any knowledge on React. I've a bot built on Python and registered on Bot Channel registration in Azure.
How do I start the webchat locally to view the changes that I've made ?