Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 403 Bytes

nextJs-course

Podcast web app based on AudioBomm API.

Uses NextJs for ReactJs. Course at @platzi.

Live Preview

ScreenShot

Screenshot

Install

For development

  • npm install
  • npm run dev

For deployment

  • npm install
  • npm run build && npm run start

License

MIT License