Skip to content

A podcast web application player made with ReactJS and NextJS

Notifications You must be signed in to change notification settings

marqueslu/podcastr

Repository files navigation

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:

[email protected]: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

About

A podcast web application player made with ReactJS and NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published