Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 376 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 376 Bytes

marvel-heroes

Marvel heroes SPA

Installation & Run

1. Clone repository

git clone https://github.com/aineo/marvel-heroes.git

2. Install dependencies

yarn

3. Build

yarn build

4. Run project

yarn start

Other options

Linting

yarn lint

Formatting with Prettier

yarn format