DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

application is not working

chsprasad5 opened this issue · comments

Hi Dan,

followed your instruction but application not loading properly

after npm start , locahost 3000 opening but i can see only loading... text. do i need to do something more.
i can see Express listening on port 3000.
Browser closed.

Thanks

Hard to say without seeing anything or any errors. Did you do the "ng build" step before running "npm install" (and did it build OK for you)? View the Chrome dev console and see if there are any errors. I use this app a lot for classes so it definitely works - just make sure you didn't miss the build step though.