Skip to content

baidikov-roman-mi/music-player

Repository files navigation

Typing SVG

Hello, this is my music player, which includes:

typescript logo react logo sass logo git logo html5 logo

Boring, but important information:

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: "latest",
    sourceType: "module",
    project: ["./tsconfig.json", "./tsconfig.node.json"],
    tsconfigRootDir: __dirname,
  },
};
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

To set up this project:

If you want to load this project locally, follow these steps:

First step: Check for node and pnpm

  • To check, run the following commands in your terminal: node -v and pnpm -v
    • If you don't have node on your device, install it here
    • If you don't have pnpm, run this command in your terminal: npm install -g pnpm

Second step: Clone this repository

Run https://github.com/baidikov-roman-mi/music-player

And then cd music-player

Third step: Local setup

Run pnpm install to install project dependencies

Then pnpm add -D sass to add sass

And finally

Start the development server by running pnpm run serve. You'll get a message inside the terminal:

Server running at http://localhost:5173/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published