shazam icon indicating copy to clipboard operation
shazam copied to clipboard

⚡️ An opinionated and usefull react app management

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