1.0.0 • Published 3 years ago

cra-template-redux-auth-started v1.0.0

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

Creat React App Redux Auth Starter Template

Redux auth starter is preconfigured Create React App (CRA) template, You can start building your app once the template is installed. Zero configs needed.

This CRA template includes

  • React
  • Redux
  • React Router
  • Axios
  • Redux Saga
  • Ant Design
  • SASS
  • Auth Routes
  • Preconfigured store, actions, sagas

Advantages

  • Mock authentication is configured with reqres API.
  • Public and Private routes are configured
  • Redirect to the private route after successful login, Prevent access to public pages after login and Prevent access to the private pages before login.
  • UI components are styled with Ant Design.
  • To access different API verbs, axiosClient helper is included.
  • Basic Folder structure.

Usage

yarn create react-app your-project-name --template redux-auth-starter

Or

npx create-react-app your-project-name --template redux-auth-starter

More feature coming on the way...