A visual clone of Spotify web app to improve my skills in frontend development.
This is an instruction to setting up your project locally.
Below is an example of how you can install and set up your app.
- Clone the repo
git clone https://github.com/HawkieOne/instagram-clone
- Install NPM packages
npm install
- Create a new file called
.env.local
- Go to https://developer.spotify.com/dashboard/applications and get a
CLIENT
andCLIENT_SECRET
key for your app - Place your keys in the
.env.local
file like belowNEXT_PUBLIC_CLIENT_ID=YOUR_CLIENT_ID NEXT_PUBLIC_CLIENT_SECRET_ID=YOUR_CLIENT_SECRET NEXTAUTH_URL=http://localhost:3000 JWT_SECRET=some_super_secret_value
- Run your application
npm run dev
Håkan Lindahl - /hakanlindahl - hakan.l.lindahl@gmail.com
Project Link: https://github.com/HawkieOne/spotify-clone