The static HTML application application can be served from any server. Or can be directly opened from the file system.
do the following in project's directory
Version 2:
$ python -m SimpleHTTPServer 8080
Version 3:
$ python3 -m http.server 8080
Install reload package globally,
$ npm i -g reload
then do the following in project's directory,
$ reload -b