Easy steps to install serverless package on Mac
Package Information:
Application Name – serverless
What is serverless – Not Available for serverless
Use of serverless – Build applications with serverless architectures
URL – https://www.serverless.com/
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 serverless using brew
brew install serverless
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
serverless is ready to use now!