March 13, 2024
Setup a JS server in a minute
Sometimes we need a quick and dirty Javascript server running to try or debug some js -related stuff. You can use existing npm packages that do that but I personally prefer to understand what I'm doing and what's happening. Here's how to manually setup a JS server locally in a minute.
Read more