Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1011 Bytes

README-template.md

File metadata and controls

37 lines (23 loc) · 1011 Bytes

Heroes Database

An React application that uses SuperHeroAPI

Statements Branches Functions Lines
Statements Branches Functions Lines

Usage

This project requires Node >=12 and NPM >= 6.

After you have cloned this repo, install the dependencies with:

npm install

You can then start the application running:

npm run dev

That's it. Just Access http://localhost:3000 in your browser.

Testing

npm run test