Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```