0.1.4 • Published 3 years ago

cra-template-redux-eslint-clean v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

CRA Template

CRA Template including:

  • Redux set-up with exemple files (Reducer, action, middleware, container)
  • Eslint configuration using AirBnB config
  • Scss with reset file
  • PropTypes, react-router-dom, axios

This template can be used on a new project using the command:

npx create-react-app [your-project-name] --template redux-eslint-clean