A Next.js server-side rendered ReactJS webapp and deployed using Vercel.
Podcastr is a web applicationn where you can listen to Podcastr podcasts.
Stay on top of the latest releases and listen to the podcasts on the site.
Prerequisites:
Download and install Node.js and Yarn.
- First, clone the repository:
git clone https://github.com/erickmp07/podcastr.git
- Install its dependencies with
yarn
command:
cd podcastr
yarn
Prerequisites:
Download and install Docker.
- First, pull the image with the command:
docker pull erickmp07/podcastr:latest
First, start the server:
yarn server
Then, o run the app in the develop mode:
yarn dev
Note: To build the application as the production mode:
yarn build
Note: To run the application in the production mode:
yarn start
The application can be accessed at localhost:3000
.
Run the image with the command:
docker run -p 49160:3000 -d erickmp07/podcastr
The application can be accessed at localhost:49160
.
This project was developed with the following technologies:
PRs and stars are always welcome.
To ask a question, please contact me.
Licensed under MIT license.