-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building SPAs with Django and HTML Over the Wire
By :

We will build on all the accumulated knowledge from the previous chapters. If you want to start with a template, you can use the following structure, which I will use for future projects:
Inside you will find a sample project that is already prepared with different points that we have touched upon in the previous chapters:
For this project, I created a fork of the template and made some minor changes. You can use either of the two templates, although I recommend the fork for simple aesthetics. You can download it from here: https://github.com/PacktPublishing/Building-SPAs-with-Django-and-HTML-Over-the-Wire/tree/main/chapter-4...