First of all, install Shazam globally:
$ yarn global add shazamjs
Then you can create your app:
$ shazam init <your_app_name>
Shazam will ask some things to you then install dependencies. After that you can see your app runing:
$ cd <your_app_name>
$ yarn start