Skip to content

pedronauck/shazam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Shazam?

Easy to start

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