Skip to content

A Next.js server-side rendered ReactJS webapp and deployed using Vercel.

License

Notifications You must be signed in to change notification settings

erickmp07/podcastr

Repository files navigation

Podcastr

banner

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.

Table of Contents

Install

Locally

Prerequisites:

Download and install Node.js and Yarn.

  • First, clone the repository:
git clone https://github.com/erickmp07/podcastr.git
cd podcastr
yarn

Docker container

Prerequisites:

Download and install Docker.

  • First, pull the image with the command:
docker pull erickmp07/podcastr:latest

Usage

Locally

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.

Docker container

Run the image with the command:

docker run -p 49160:3000 -d erickmp07/podcastr

The application can be accessed at localhost:49160.

Technologies

This project was developed with the following technologies:

Contributing

PRs and stars are always welcome.

To ask a question, please contact me.

License

Licensed under MIT license.

About

A Next.js server-side rendered ReactJS webapp and deployed using Vercel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages