Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T19:33:40.000Z (over 7 years ago)
- Last Synced: 2024-10-14T09:14:38.426Z (25 days ago)
- Topics: cli, javascript, node, react, react-app, redux, redux-application
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 17
- Watchers: 3
- 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
```