Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 935 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 935 Bytes

Mousike - a Spotify React Clone

This project has 3 main folders

frontend

This is the main React Folder, It contains every component and the app logic, It is structured with 3 main functionalities: Enter frontendfolder and type:

  1. Render the frontend via ssr (server side rendering)
npm run start
  1. Render the frontend with node
npm run front
  1. Render the storybook for the project
npm run storybook

api-server

This folder contains the api with the main role of connecting to the database, for run this server just type: Enter api-serverfolder and type:

npm run start

client-server

This folder contains the api with the main role of being used by the non-administrator user, being consumed by the frontend with read permissions. Enter client-serverfolder and type:

  • npm run start

Created in platzi javascript school.