How to run Backbone js application?

I am very new to Backbone and MVC frameworks.I am learning backbone.js. I followed the tutorial http://code.tutsplus.com/tutorials/build-a-contacts-manager-using-backbonejs-part-1--net-24277

But I have no idea how to run it. I really learned a lot of tutorials, but I really could not find how to run this application.

This can be a very stupid question, and the solution can be very trivial for some of you, but I don’t know how to run it!

I downloaded the attachment http://cdn.tutsplus.com/net/uploads/legacy/1142_bb1/demo.zip (from the same lesson) Now, how can I host it on the server?

+4
source share
1 answer

- :

.

, mac

,

PHP 5.4.0, CLI SAPI -. > PHP:

1. .

2. (), , .

3.php -S localhost: 8080

4.Go http://localhost:8080 .

+1

All Articles