SIMPLE NEXT JS APPLICATION WITH ALL PAGES ARE STATIC GENERATED, FOLLOWING DEV ED COURSE PROJECT WITH SOME TWEAKS BY ME
- NEXT JS
- STYLED COMPONENTS
- COSTUM HOOKS
- FRAMER MOTION
- MEDIA QUERIES FOR MOBILE RESPONSIVE
1- Clone this repo 2- Install the dependencies and devDependencies and start the application.
$ cd music-player
$ npm install
$ npm run dev
$ cd music-player
$ yarn
$ yarn dev