{{theTime}}

Search This Blog

Total Pageviews

How to start Angular JS Application?

Goto the AngularJS project folder and run the command - ng serve --open
        The application will be deployed and server will start on localhost 4200 port

No comments:

FastAPI throws an error (Error loading ASGI app. Could not import module "main")

Make sure the main fastapi code is in the same directory where you are running the code.