How can I run .erb files in the browser? It is not in the Rails framework so I can't run in terminal the "rails server" command.
It is like a customized directory with .erb files.
This is the directory structure:
Do I need a webserver to run it like WEBrick for me to see it in localhost? How can I access it?
Thanks.