redux-react-app-cli

1.0.4 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i redux-react-app-cli

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

13.4 kB

Total Files

15

Last publish

Collaborators

  • pedrobslisboa