How would I go about running a backbone app in production on WebFaction? asked 07 May '18, 05:04 jameyd |
I don't think that there's anything special that needs to be installed on the server for a backbone.js. As far as I know, this is a script that is only used on the client (browser). As long as you include the backbone.js file in your html code, it should load on the browser. answered 09 May '18, 06:40 iliasr ♦♦ |