- Next JS
- TypeScript
- Chakra UI
- Hooks
- SWR
- Prisma
- PostgreSQL
- Authentication (JWT, Cookie)
- Play, Pause, Seek, Shuffle
- Serverless Functions
- Playlists
- Artists
- Songs
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/thomasblaymire/react-spotify-clone.git
# Go into the clientrepository
$ cd react-spotify-clone
# Install dependencies
$ npm install
# Run the web app
$ npm run dev
# Build the web app
$ npm run build
Note: If you're using Linux Bash for Windows, see this guide or use node
from the command prompt.