Easy steps to install miniserve package on Mac
Package Information:
Application Name – miniserve
What is miniserve – Not Available for miniserve
Use of miniserve – High performance static file server
URL – https://github.com/svenstaro/miniserve
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install miniserve using brew
brew install miniserve
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
miniserve is ready to use now!