Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asifvora/sound-base

Sound Base App with react + redux.
https://github.com/asifvora/sound-base

javascript music music-player player react react-esc reactjs reactjs-components redux redux-store redux-thunk songs sound soundcloud soundcloud-api

Last synced: 2 days ago
JSON representation

Sound Base App with react + redux.

Awesome Lists containing this project

README

        

# Sound Base
Sound Base App with react.

## Getting Started

For help getting started with React, view online
[documentation](https://reactjs.org/).

#### 1. [Setup React](https://reactjs.org/docs/try-react.html)

#### 2. Clone the repo

```sh
$ https://github.com/asifvora/sound-base.git
$ cd sound-base/
```

#### 3. Install dependency

```sh
$ npm install
```

#### 4. Run the app

```sh
$ npm start
```
#### 5. Production build

```sh
$ npm run build
```

## Questions?🤔

Hit me on [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/007_dark_shadow)
[![Medium](https://img.shields.io/badge/Medium-asifvora-brightgreen.svg)](https://medium.com/@asifvora)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-asifvora-blue.svg)](https://www.linkedin.com/in/asif-vora/)
[![Instagram](https://img.shields.io/badge/Instagram-Asif%20Vora-green.svg)](https://www.instagram.com/007_dark_shadow/)

## License

Copyright (c) Asif Vora

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.