Project developed during Next Level Week #5 from @Rocketseat. The application allows the user to reproduce Podcasts. The user can play/pause, go to previous/next, and choose random and/or repeat mode.
- ReactJS
- Next.JS
- TypeScript
git clone https://github.com/francinyreichert/podcastrnext
Go to server folder
cd podcastrnext
Install Dependencies
yarn
Terminal 1 - Run Aplication
yarn dev
Terminal 2 - Run Server
yarn start
Access localhost: https://localhost:3000/