Easy steps to install jhipster package on Mac
Package Information:
Application Name – jhipster
What is jhipster – Not Available for jhipster
Use of jhipster – Generate, develop and deploy Spring Boot + Angular/React applications
URL – https://www.jhipster.tech/
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 jhipster using brew
brew install jhipster
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
jhipster is ready to use now!