DEV Community

Discussion on: How would you make a fullstack app without a frontend framework?

Collapse
 
raph90 profile image
Raphael Hetherington

Hi Tim,

I actually didn't persist with this because I'm primarily working with React now, however I think Trystan's structure is pretty good. The primary thing to remember is that since JS is just static files then you can serve it as such from your web server, and just make sure that each of your templates is hooked up to those static files. How you structure it (MVC or whatever other design pattern) is up to you. Let me know how you get on though!