1.1.0 • Published 6 years ago

cra-redux-boilerplate v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

cra-redux-boilerplate

Author: Brandon Cooke

This is a personalized boilerplate script run via npm bin folder. It is run after running create-react-app.

Installation

In order to use, perform the following:

npm i --save cra-redux-boilerplate redux react-redux redux-thunk

and after run the following

Mac/Linux

./node_modules/.bin/cra-redux

Windows

start node_modules\.bin\cra-redux

Impact

This package creates the following directory tree into your project: (NOTE: All deleteMe files are for example content)

|-- public
|-- src
+|    |-- redux
+|    |     |-- store.js
+|    |     |
+|    |     |-- actions
+|    |     |      |-- types.js
+|    |     |      |-- deleteMeActions.js 
+|    |     |
+|    |     |-- reducers
+|    |     |      |-- index.js
+|    |     |      |-- deleteMeReducer.js
+|    |     |
+|    |     |-- sample
+|    |     |     |-- components
+|    |     |     |       |-- DeleteMe.js    
1.1.0

6 years ago

1.0.0

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.9

6 years ago