/react-redux-demo

React/Redux Demo

Primary LanguageJavaScript

React/Redux Demo

A simple SPA illustrating how to dispatch synchronus and asynchronus actions with React/Redux utilizing the Giphy API

Installation

Requires yarn to install packages

yarn

Building

Development

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

Production

Minimized and optimized build for production

npm run build

License

ISC