To run Cypress Tests - npm run cypress-test
To make it work locally get comics-api repository. Some tweaking is needed.
Change herokuAPI data variable to your personal local/live uri.
Live ver. - https://comics-web-app.herokuapp.com
--Create .env file yourself. It should contain:
--Both Private and Public keys must be accquired at - https://developer.marvel.com/documentation/getting_started
--Heroku part is optional - it is being used for the continues integration through github actions (ci/cd)
privateKey =
publicKey =
HEROKU_API_KEY =
HEROKU_APP_NAME =
API_PORT = 4000
npm install
npm run serve
npm run build
npm run lint