A React + Redux + Redux Actions + Redux Saga + Ant-Design frontend boilerplate.
npm start
- Ant-Design
- Babel
- ESLint (Airbnb)
- LESS
- PostCSS
- React
- React Router
- React Router Redux
- Redux
- Redux Actions
- Redux Saga
.
├── 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.