After carefully following the instructions provided on this page https://github.com/NathanWalker/angular-seed-advanced#how-to-start, I successfully installed and ran everything. When running npm start, the index page loads with 'Loading...'
I have come across an about component in src/client/app/components with a route. However, I am unsure of how to proceed with this. Since the about component has a route, should I be able to access something at http://localhost:5555/about? Currently, it only displays 'Loading...'
I tried placing the component both next to and nested inside another element in the index.html page, but the result remains the same - 'Loading...'
Could you please guide me on what might be going wrong here?