#instapic-ui Released under GNU AFFERO GENERAL PUBLIC LICENSE Made for the coding challenge
installation needs npm and reactjs
installtion steps:
- open and modify src/App.js
- look for line 16 or "url: 'http://sleepingkirby.local/',"
- change the url to whereever the api for instapic is going to be.
- run "npm run build"
- place whatever is in the "build" folder into a webserver to be served.
- done