AnduxJS
AnduxJS copied to clipboard
🦆A React + Redux modular, scalable, easy and friendly framework.
A React + Redux modular, scalable, easy and friendly framework.
📟 Quick Overview
git clone [email protected]:fccoelho7/andux.git && cd andux/
yarn && yarn start
🎩 Features
🐞 For Specs
🤔 Why?
If you look around you'll see applications have the same behaviors, almost all have the same CRUD (create, read, update and delete) logic and for us, developers, it's boring having to create always the same architecture and functionalities.
🚀 Scaffolding
To generate new pages dynamically, just execute:
yarn andux:new:page
📂 Structure
├── README.md
├── _templates
│ └── page
│ └── new
├── db.json
├── node_modules [1226 entries exceeds filelimit, not opening dir]
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
├── src
│ ├── config.js
│ ├── index.js
│ ├── locales
│ │ └── en.json
│ ├── services
│ │ ├── auth.js
│ │ └── http.js
│ ├── setupTests.js
│ ├── store.js
│ ├── utils
│ │ ├── getAllReducers.js
│ │ └── getAllReducers.test.js
│ └── view
│ ├── components
│ ├── layouts
│ ├── pages
│ └── routes.js
├── yarn-error.log
└── yarn.lock