Skip to content

Aplicación que muestra un listado de podcast y se puede acceder a su detalle.

Notifications You must be signed in to change notification settings

Vianam92/musicals_podcasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

musicals podcasts

This project was created with React

Tools and Libs

Getting Started

First clone this repository.

Install project dependencies

npm install

When installing dependencies was finished launch project with the following command

npm run start

Project commands

Main commands served from package.json

  • npm run start -> Compiles and hot-reloads for development
  • npm run build -> Compiles and minifies for production
  • npm run test -> Run your tests

Folder structure

  • public (build public assets)
  • src (main source folder)
    • common (all components and functionalities that can be used in any part of the application)
    • common-app (components and functionalities, not reusable in other applications)
    • core (reusable - save informations)
    • layout (master pages)
    • pods (we encapsulate rich and independent functionality)
    • views (Main Vue component Views/Pages related to router)

About

Aplicación que muestra un listado de podcast y se puede acceder a su detalle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published