How to run App inventor after building it?

I have just build my app inventor using $ ant command. Now I want to view the app inventor
Do I need to install google app engine for that?
And it would be better if someone can assist me on how to integrate google app engine and run it.

Assuming you want to run it using the development server, you need to install the Google Cloud SDK and then using it to install App Engine support. Once you've done that you can start the dev server using the commands in the README. Running the service on App Engine itself is a whole extra layer of complexity.

1 Like

I have installed it
Now where to run it in git bash?
Also what to write there