DHDang Hoang Tuaninisabell.hashnode.dev·Oct 16, 2021 · 4 min readUse Ngrok to share a preview of your web project to everyone!Situation So, you just build a very cool website, but the only problem is that it is only available through your local web server, or localhost. You can buy a domain, set up a simple web server, get an SSL certificate, and then figure out how to set ...01L
DHDang Hoang Tuaninisabell.hashnode.dev·Jul 31, 2021 · 6 min readConvert your web project to a desktop app with Tauri.So, you just make a simple website using your favorite framework, and now you want to turn it into an app. You think of Electron, but you know that Electron is heavy and can make your app run like a memory hog. So what are the alternatives? Well, in ...00
DHDang Hoang Tuaninisabell.hashnode.dev·Jul 21, 2021 · 3 min readHow to make a simple static website using Svelte and Surge!Hi everyone! In this post, I will show you how you can deploy a static Svelte app to the web using Surge, and the best thing is that this is all free! :D Ok, let's begin! First, we will create a Svelte app. Type these shell commands to the terminal ...00