/react-redux-sagas-starter-kit

React, redux and sagas starter kit

Primary LanguageJavaScript

React, Redux and Sagas Starter Kit

Tooling

  • Webpack - For handling imports and bundling code
  • Babel - For transpiling ES6+ and JSX into ES5 compatible JavaScript
  • React - For building the UI
  • Redux - For state management
  • React Sagas - For handling async operations and side effects

Installation

npm install

Running the Application

npm run dev

Future Enhancements

  1. Add a CSS Preprocesser for SASS or LESS
  2. Set up a Webpack build process for production