Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 842 Bytes

React-Marvel-App

Running The Application Locally

  1. Clone the repository on the master branch
  2. Create a Marvel Developer Account here:
    1. Set the public key in the ./src/settings file to be your api key (you can get one here)
    2. 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.
  3. Run the commands:
yarn install
yarn start

Running Tests

yarn test *

The tests can be found alongside their components

To do

  • Add loading spinner for images while they are loading in the detail view