https://github.com/pedronauck/shazam
⚡️ An opinionated and usefull react app management
https://github.com/pedronauck/shazam
cli javascript node react react-app redux redux-application
Last synced: about 1 year ago
JSON representation
⚡️ An opinionated and usefull react app management
- Host: GitHub
- URL: https://github.com/pedronauck/shazam
- Owner: pedronauck
- Created: 2016-08-10T19:49:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T19:33:40.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T21:50:26.729Z (about 1 year ago)
- Topics: cli, javascript, node, react, react-app, redux, redux-application
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# What's Shazam?
# Easy to start
First of all, install Shazam globally:
```bash
$ yarn global add shazamjs
```
Then you can create your app:
```bash
$ shazam init
```
Shazam will ask some things to you then install dependencies. After that you can see your app runing:
```bash
$ cd
$ yarn start
```