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.
- Host: GitHub
- URL: https://github.com/webmasterdevlin/heroes-hooks
- Owner: webmasterdevlin
- License: mit
- Created: 2019-08-02T11:38:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T12:40:58.000Z (about 5 years ago)
- Last Synced: 2025-01-26T13:42:37.918Z (12 months ago)
- Language: JavaScript
- Size: 521 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
