Listen your favorites tech podcasts!
This app features all the latest tools and practices in web development!
- Typescript - A superset of Javascript
- NextJs - The React Framework for Production
- Styled-Components - A lib of styles for React
- I also used Eslint in development
- Clone this repo using
git clone
- Move yourself to the appropriate directory
cd podcastr
- Run
yarn
to install dependencies - Run
yarn server
to start the JSON-Server - Run
yarn dev
to start the app
*This project is being built during the NextLevelWeek #5 🔥👨💻*