Skip to content

prakhar-pal/hit-the-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

The static HTML application application can be served from any server. Or can be directly opened from the file system.

Python

do the following in project's directory
Version 2:
$ python -m SimpleHTTPServer 8080

Version 3:
$ python3 -m http.server 8080

Using NPM:

Install reload package globally, 

$ npm i -g reload

then do the following in project's directory,

$ reload -b

Releases

No releases published

Packages

No packages published