shazamjs
v0.21.0
Published
An opinionated and usefull react app management
Downloads
24
Readme
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