Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mczeplowski committed Jul 29, 2019
1 parent 179491c commit 6405185
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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.

0 comments on commit 6405185

Please sign in to comment.