- create a form to edit marvel's character
- Create a card list to show characters showing the image and name
- The user can go to character's detail page and view series list
- allowing the user to search characters
-
after clone project
$ cd marvel-app
-
install dependencies
npm install
-
Run app
npm start