An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/heroes-hooks

Tour of heroes using Hooks, the latest added feature in ReactJS.
https://github.com/webmasterdevlin/heroes-hooks

Last synced: 6 months ago
JSON representation

Tour of heroes using Hooks, the latest added feature in ReactJS.

Awesome Lists containing this project

README

          

# My version of Tour of Heroes app using ReactJS Hooks.

### To run the project after cloning

Create or go to your demo directory then run the following in the terminal or cmd.

```sh
$ git clone https://github.com/webmasterdevlin/heroes-hooks.git
$ cd heroes-hooks
$ npm install
$ npm run start
```

The Angular app and the fake web service will run concurrently.

![screenshot](./screenshot.png)