Reduxtagram

React app mimicking Instagram. Built by extending and modifying the app created during @wesbos's fantastic Redux course (https://learnredux.com/).

Requirements (MacOS)

Install deps

npm install

Run unit tests

npm test

Run e2e tests

Start Selenimum

selenium-standalone start

Execute wdio test runner

npm run e2e or npm run e2e-no-auth

Run for development

npm run watch

Create production build

npm run build