Instagram clone SPA (single-page-application), in an effort to learn modern JS libraries.
Demo: Hosted on Heroku
Uses:
- React
- Redux
- React-Router
- Redux Form
- Redux Thunk
- Material UI
and more
You need to run a local Rails server, which is in a separate repo (hackafy-api)
After cloning the repository, run PostgreSQL, Redis, and Rails server. Rails server should listen to port 5000
bundle install
rails db:setup
rails s -p 5000
clone this repository, and run
npm install
npm run start
open localhost:3000
in your browser
Feedbacks, issue reports are more than welcome!