Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 670 Bytes

File metadata and controls

14 lines (12 loc) · 670 Bytes

AC-comics

an example angular application using the marvel api

steps to run application:

  1. install nodejs https://nodejs.org/en/
  2. run cmd with following command: npm install -g @angular/cli
  3. run command npm install under the src folder to install the npm packages
  4. register api key https://developer.marvel.com/
  5. set the api key to the key received from previous step *enviroment.ts *
  6. run command ng serve --open under the src folder to start the angular application

you can check these steps in more detail at https://angular.io/guide/quickstart