/superhero-cards

Simple app for displaying superheroes cards and their details

Primary LanguageTypeScript

superhero-cards

Small application for checking the stats of some superheroes

Installation

You will need yarn to run the app.

Install required packages:

yarn

Create .env file in the project root folder, you can use the .env.template file.

To start the app:

yarn start

App should open in default browser (http://localhost:3000)

This project was bootstrapped with Create React App.