This frontend was made with React-redux to be used as instagram clone
You need to copy the example env file and change as needed. It needs node v8.12, npm v6.4 or yarn v1.12, also you have to configure where is the base url endpoint of the backend. after all of this was done, you have to run the following commands
cp .env.example .env
yarn install
yarn dev
Now you can start browsing on Intercagram and upload some Pics!
In order to run the unit test you can do
yarn test
MIT