Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 425 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 425 Bytes

spotiStats

A simple Web-App displaying the most streamed artists and songs of a Spotify user.

Built with vite.js, React and Typescript.

Setup

Clone the repo. In the project directory run yarn to install all dependencies and then yarn run dev to start the development server.

Run yarn run build to generate a production-ready build of the web app. Run yarn lint to inspect possible ESLint errors and warnings.