The source code for this blog is available on GitHub

sunde.dev tech blog

Cover Image for Setup Echo web server to serve a Single Page Application (SPA)

Setup Echo web server to serve a Single Page Application (SPA)

3 min read
Go, Golang, Echo, SPA, React, Single Page Application, Webserver

Are you using Echo webserver and experience issues with your Single Page Application's (SPA) routing? There is an easy fix for that. Simply add this code to your Echo server and it will serve the correct files and handle your SPA routing correctly!

Per Sunde
Per Sunde

More blogs

Cover Image for Beautify your markdown Nextjs blog with Highlightjs

Beautify your markdown Nextjs blog with Highlightjs

5 min read
Next.js, markdown, beautify code, code highlighter

Do you want to add code beautifier to your markdown blogg? By using Highlight.js with React-Markdown you can easily make your markdown blog shiner.

Per Sunde
Per Sunde
Cover Image for How to create a free static website with Github Pages

How to create a free static website with Github Pages

8 min read
Github, hosting

Now you can make your own website, all for free with Github Pages

Per Sunde
Per Sunde