A simple SPA illustrating how to dispatch synchronus and asynchronus actions with React/Redux utilizing the Giphy API
Requires yarn to install packages
yarn
Verbose build for development
- Development source maps
- redux-logger (Logger for Redux)
- redux-freeze (Redux middleware that prevents state from being mutated anywhere in the app)
npm run build-dev
Minimized and optimized build for production
npm run build
ISC