Hacker News new | ask | show | jobs
by MrBuddyCasino 4177 days ago
Slightly off topic, and sorry if it seems obvious, but his coding workflow looks really neat. He must be using a Chrome extension to live-reload the changes? Did anyone recognize the editor?
3 comments

The editor was webstorm with a very minimal UI
He talks about using live-server[1] about ~2m in. It injects the live reload script into the page it serves so no plugin needed.

[1] https://github.com/tapio/live-server