scottcorgan / pushstate-server

Static file server that works with HTML5 Pushstate.
421 stars 35 forks source link

how to run server if I have install pushstate-server globally #70

Closed chandan7193 closed 7 years ago

chandan7193 commented 7 years ago

''' pushstate-server ['./build'] [5001] ''' I have entered this command on cmd and it gives message ''' Listening on port undefined (http://undefined:undefined) '''

scottcorgan commented 7 years ago

Try pushstate-server ./build 5001. The [..] (brackets) on the readme are there to denote that it's optional. Sorry about that.

chandan7193 commented 7 years ago

Thanks it worked properly.