What to do about the index.html file?

You need to set up a route to redirect requests from http://localhost:3000 to e.g. http://localhost:3000/controller1/index.html

Read up on routes at Peak Obsession - it's pretty straightforward

Regards

Dave M.