HServe is a lightweight and user-friendly Python package designed to simplify the process of serving static files while providing an effortless hot-reloading experience.
Whether you're developing a web application, a single-page application, or a simple website, HServe ensures a seamless and efficient workflow.
pip install git+https://github.com/santoshdahal2016/hserve.git
Package from Pypi.org may not be the latest one, if you want the latest version of this package, install it from the GitHub repository (see above)
pip install hserve
Navigate to the folder and run hserve command to start the server.