InGras is a Instagram clone writen in React/ Redux, Bootstrap 4 & Sass.
-
Node.js - (First you need to install Node.js on your computer, for Windows and Mac users just download the wizard setup and for Linux users, please read this guide).
-
yarnpkg
Download or clone this repository into a directory of you choice.
- yarn install
- yarn start
- open http://localhost:8080
If you don't have yarnpkg, you can just use npm
- npm install
- npm start
- open http://localhost:8080