erickmp07 / podcastr

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

Home Page:https://podcastr-rouge.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://podcastr-rouge.vercel.app/

License:MIT License


Languages

Language:TypeScript 67.4%Language:SCSS 32.0%Language:Dockerfile 0.3%Language:JavaScript 0.3%