I am trying to make a Hangman game using only backbone and making some API calls. Is there a way to use only Backbone and render the app on localhost
? I have a router set up, but I am not sure how to render views on localhost
without having a backend server.
Thanks in advance.