Y
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
tomca32
4177 days ago
Editor is Webstorm:
https://www.jetbrains.com/webstorm/
link
c17r
4176 days ago
The editor was webstorm with a very minimal UI
link
teamonkey
4176 days ago
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
link