/spotify-clone

🎵 Simple Spotify clone using their Web API.

Primary LanguageTypeScriptMIT LicenseMIT

Spotify Clone

dependencies Status devDependencies Status GitHub Workflow Status Netlify Status

Simple Spotify clone using their Web API.

Table of Contents

Setup

Install dependencies.

npm install

Usage

Build

Perform an optimized production build for your static files using Webpack.

npm run build

Development

Start a hot-reloading development environment accessible by default at http://localhost:8080 using Webpack Dev Server.

npm run develop

Format

Format code using Prettier.

npm run format

Generate

Generate TypeScript definitions files from CSS Modules using typed-css-modules.

npm run generate:css

Linting

Lint CSS and JavaScript code.

npm run lint

Lint CSS using Stylelint.

npm run lint:css

Lint JavScript using ESLint.

npm run lint:js

Testing

Run tests using Vitest testing framework.

npm test

License

MIT © Marco Biedermann