This project contains the solution for a podcast web application developed during the Next Level Week event made by Rocketseat.
You can clone this project running the following command in your terminal:
[email protected]:marqueslu/podcastr.git
You can run the command bellow to install all the project dependencies:
yarn
This project uses json-server
to mock the api.
Run the following command:
npm run server
# or
yarn server
To run the project you just need to execute the following command in your terminal:
npm run dev
# or
yarn dev
This project is licensed under the MIT LICENSE
Made with 💜 by Lucas Marques