Skip to content

inesppino/podcast-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcaster

The following repo is build with vite and a react template that shows a list of podcasts returned by the iTunes API.

How to run the app

  • Clone the repo.
  • Run nvm use in the terminal.
  • Run npm install the first time you access the repo to install all dependencies.

Development mode

  • Run npm run dev to load the project locally.

Production mode

  • Run npm run build to create the build folder with minified and concat assets.
  • Run npm run preview to serve the build at localhost.

Requirements

It is recommended to have nvm installed in order to manage Node versions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published