Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 485 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 485 Bytes

A Simple SPA from scratch

Just for demonstration purposes, and for total beginners in Javascript Web Apps to understand how it works.

Mind that I am by no means saying that SPA's should be done, or that they are done like this as this is only a simple demo. For the sake of developing real-world SPA's use a framework like Backbone, Angular.js, React.js, or one of the many great frameworks available. But it helps understanding what is sort of going on behind the scenes.

Enjoy.