- Clone the repository on the master branch
- Create a Marvel Developer Account here:
- Set the public key in the ./src/settings file to be your api key (you can get one here)
- Either set the private key in ./src/settings file or (preferred) add your test server's domain name to the "authorized referrers" list. NOTE: Only set your private key for testing. Do not let this go into production or into your version control.
- Run the commands:
yarn install
yarn start
yarn test *
The tests can be found alongside their components
- Add loading spinner for images while they are loading in the detail view