Skip to content

danielmascena/itunes-search-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTunes Search App

This repository holds a pet project that uses the iTunes Search API to search for artists, albums and/or songs.

Stack used:

  • React
  • TypeScript
  • Node/Express (to serve the app)
  • Axios
  • Redux/Thunk
  • Material UI
  • Testing Library

Step 1 (server-side)

Run these this command from the root folder.

  • Run yarn run build to build the backend app into the build directory.

Step 2 (client-side)

Run these commands from the frontend folder.

  • Run yarn run build to build the react app into the build/frontend directory recommended: use a unix-based bash/terminal and also verify the folders permissions (depends the OS).

Step 3 (server-side)

Go back to the root folder and run the start command.

  • Run yarn run start to start the express server.