Skip to content

CastilloLuis/podcasts-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcast App in NextJS

With this small app you can get and hear podcasts. This was my first time using Next Js and I think Clean way to build an web app using SSR for better performance,UX, and to get better SEO.

Getting Started

After cloning the project, you have to run the next commands:

npm install

To run development environment:

npm run dev

To run production environment:

npm run build && npm run start

Built With

  • JavaScript - FrontEnd Programming Language.
  • NextJS - JavaScript framework for building server-side rendering and static web applications using React.

Authors

Releases

No releases published

Packages

No packages published