Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/albinojunior/spotify-albums-analytics
- Owner: albinojunior
- Created: 2019-08-04T04:51:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:53:47.000Z (about 3 years ago)
- Last Synced: 2023-03-04T17:25:41.626Z (almost 2 years ago)
- Topics: axios, env, es6, eslint, react, react-redux, react-router, reactjs, redux, redux-saga, spotify-albums-analytics, spotify-api, typescript
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```