/podcastr

A podcast web application player made with ReactJS and NextJS

Primary LanguageTypeScript

Podcastr logo

🚀 Overview

This project contains the solution for a podcast web application developed during the Next Level Week event made by Rocketseat.

💻 Getting started

You can clone this project running the following command in your terminal:

git@github.com:marqueslu/podcastr.git

Configuring the project

You can run the command bellow to install all the project dependencies:

yarn

Running the server

This project uses json-server to mock the api. Run the following command:

npm run server
# or
yarn server

Running the project

To run the project you just need to execute the following command in your terminal:

npm run dev
# or
yarn dev

📝 License

This project is licensed under the MIT LICENSE


Made with 💜 by Lucas Marques