There might be something we're missing, but after setting up environment using ansible playbook, how do we launch the app and on what port?
While 5000 is open (on EC2), it does not work. When I try scripts/serve afterwards, I can connect via 5000, but it doesn't serve anything inside scripts folder.
It works fine via setting up the environment like a dev env though.