-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
179491c
commit 6405185
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# gif-search-webapp | ||
React webapp that using gif-search-api | ||
React webapp that using gif-search-api | ||
|
||
# How to run | ||
|
||
Steps: | ||
|
||
1. `npm install` | ||
|
||
2. You have to run service: gif-search-api. | ||
|
||
3. You have to install cors extension in your browser e.g for chrome (https://chrome.google.com/webstore/detail/moesif-orign-cors-changer/digfbfaphojjndkpccljibejjbppifbc). | ||
|
||
4. `npm run dev` | ||
|
||
5. Open browser on http://localhost:8080 and enjoy this simple app implementation. |