The following repo is build with vite and a react template that shows a list of podcasts returned by the iTunes API.
- Clone the repo.
- Run
nvm use
in the terminal. - Run
npm install
the first time you access the repo to install all dependencies.
- Run
npm run dev
to load the project locally.
- Run
npm run build
to create the build folder with minified and concat assets. - Run
npm run preview
to serve the build at localhost.
It is recommended to have nvm
installed in order to manage Node versions.