Skip to content

🐜 A React + Redux + Redux Actions + Redux Saga + Ant-Design frontend boilerplate

Notifications You must be signed in to change notification settings

emersonpgomes/react-redux-saga-antd-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-saga-antd-starter

A React + Redux + Redux Actions + Redux Saga + Ant-Design frontend boilerplate.

npm start

Dependences

  • Ant-Design
  • Babel
  • ESLint (Airbnb)
  • LESS
  • PostCSS
  • React
  • React Router
  • React Router Redux
  • Redux
  • Redux Actions
  • Redux Saga

Generated File Tree

.
├── src                    # Source directory
    ├── store              # Schems and flux data
        ├── actions
        ├── sagas
        ├── configure-store.js        
        └── reducers.js
    ├── views              # UI components
        ├── components
        └── containers
    ├── www
        └── index.html     # HTML for entry file
    ├── application.js     # Provider file
    ├── constants.js       # Constants
    ├── index.js           # Enry file
    └── theme.js           # Theme configuration for Antd
├── .editorconfig          #
├── .eslintrc              # Eslint config
├── .gitignore             #
├── .babelrc               # Babel config
└── package.json           #

Open http://localhost:3000 in your browser.

About

🐜 A React + Redux + Redux Actions + Redux Saga + Ant-Design frontend boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published