Nagibaba / spotify-ui-clone

Simple Spotify UI Clone built with React + Electron + Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify UI Clone

Simple Spotify UI Clone built using React + Typescript + Electron.

I also built this template on Figma if you are interested.

spotify-clone

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

npm install
yarn install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

npm run dev:react
npm run dev:electron

or

npm run dev

Packaging

To generate a project package run package

npm run package

Contributing

Pull requests are always welcome 😃.

License

MIT

About

Simple Spotify UI Clone built with React + Electron + Typescript.


Languages

Language:TypeScript 74.8%Language:JavaScript 22.6%Language:CSS 1.7%Language:HTML 0.9%