Music Application with Top charts, Top Artists, Genres etc.
I used Vite in this project, Vite is a build tool that promotes a faster development experience for developers.
- Instant server start.
- Fast Hot Module Replacement.
- Optimized build process.
npm init vite
Add a project, package name, select React as the framework and variant.
npm install
npm run dev