React app mimicking Instagram. Built by extending and modifying the app created during @wesbos's fantastic Redux course (https://learnredux.com/).
- Node & npm (https://nodejs.org/), tested with v7.7.3
- Homebrew (https://brew.sh/)
npm install -g selenium-standalone
brew install chromedriver
npm install
npm test
selenium-standalone start
npm run e2e
or npm run e2e-no-auth
npm run watch
npm run build