Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1001 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1001 Bytes

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.