/react-redux-skeleton

Primary LanguageJavaScriptMIT LicenseMIT

React Redux Project Template

Project template: React + Redux

Technical Stack

  • React
  • Redux
  • Redux Saga
  • Redux selector patterns
  • Sass/css
  • Jest
  • Webpack 3

Getting Started

Prerequisites

Installing

  • Development
  • Start Webpack dev server
npm start
  • Format code styles
npm run lint (lint js)
npm run sass-lint (lint scss)

or one cmd for both
npm run analyze
  • Production build
npm run build

Then, built packages is located at [workspace]/dist.

Contributing

Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin my-new-feature Submit a pull request

Authors

  • Mann - Initial work - Mann