1.0.4 • Published 6 years ago

redux-react-app-cli v1.0.4

Weekly downloads
5
License
ISC
Repository
-
Last release
6 years ago

Simple React App with Redux and Thunk

This project is a simple cli to create a react app with a friendly redux design and thunk for async request, you just need to start to code!

DESIGN

    .
    ├── public                
    ├── src 
        ├── js
            ├── components
                ├── Test.js       
            ├── redux
                ├── actions
                    ├── actionsTypes.js
                    ├── asyncTest.action.js
                    ├── test.action.js
                ├── reducers
                    ├── reducers.js
                ├── initialState.js
                └── store.js
        ...

TUTORIAL

WRITING...

INSTALL

    npm install -g redux-react-app-cli

USAGE

    react-redux-app-cli <YOUR_APP_NAME>