Hey guys, my blog is written in svelte/sapper and I decided to go with a node server with template engine since i do nothing fancy on my website. but I noticed most of template engines not update and also the tooling not maintainable.
Do you still have projects with no frontend framework and how you maintain the workflow (bundling, tooling)?
Top comments (1)
I still maintain a few PHP web sites. My blog is built with Svelte & Sapper, but I use the static generation to create a 100% static blog, which I republish every time I write an article or post a video. If you're interested, I wrote a blog post about it here:
Statically generating a blog with Svelte + Sapper
Jesse Skinner ・ Dec 18 '19 ・ 6 min read