Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albinojunior/spotify-albums-analytics

Spotify Albums Analytics Platform
https://github.com/albinojunior/spotify-albums-analytics

axios env es6 eslint react react-redux react-router reactjs redux redux-saga spotify-albums-analytics spotify-api typescript

Last synced: 11 days ago
JSON representation

Spotify Albums Analytics Platform

Awesome Lists containing this project

README

        

# Spotify Albums Analytics Platform

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Stack

#### Development

- react + typescript
- redux + redux-saga
- react-router-dom
- sass
- Chart (nivo/bar)
- axios
- Lint (ESlint + Prettier)

## Installation & Environments

Copy `.env.example` to `development.env` and set environment variables then run following

```bash
$ npm install
```

## Running

#### Application

```bash
$ npm start
```

- Project is running at http://localhost:3000/

## Building

```bash
$ npm run build
```