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
Run these this command from the root folder.
- Run
yarn run buildto build the backend app into thebuilddirectory.
Run these commands from the frontend folder.
- Run
yarn run buildto build the react app into thebuild/frontenddirectory recommended: use a unix-based bash/terminal and also verify the folders permissions (depends the OS).
Go back to the root folder and run the start command.
- Run
yarn run startto start the express server.