hasura / awesome-live-reloading
- пятница, 27 апреля 2018 г. в 00:17:00
A curated collection of live-reloading / hot-reloading / watch-reloading tools for different languages and frameworks.
A curated collection of live-reloading
tools and libraries associated with different languages and frameworks.
"Live reloading" refers to tools that run your compile/build step as you write code. This makes it faster for you test your work as you write code. This is especially helpful for web development.
stack build --file-watch
flag
hupper -m script
instead of python -m script
.