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 build
to build the backend app into thebuild
directory.
Run these commands from the frontend
folder.
- Run
yarn run build
to build the react app into thebuild/frontend
directory 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 start
to start the express server.