|
7 | 7 | * Can add your own test using extension *.test.js |
8 | 8 | * Can check the npm bundler/build scripts inside node_modules/react-scripts |
9 | 9 |
|
10 | | -#####This project aims at helping kickstarting a new react redux project which uses redux thunk as middleware. |
| 10 | +#####This project aims at helping kickstarting a new react redux project which uses redux thunk as middleware. |
11 | 11 |
|
12 | 12 | * Step 1: `clone this repository` |
13 | 13 | * Step 2: navigate inside the project folder `cd create-react-redux-thunk-app` |
|
16 | 16 | ######Use following scripts to run this project on development mode, create production build and run unit tests |
17 | 17 |
|
18 | 18 | ## Available Scripts |
19 | | -######uses [React-scripts](https://www.npmjs.com/package/react-scripts) for build creation and running tests |
| 19 | +######uses [React-scripts](https://www.npmjs.com/package/react-scripts) for build creation and running tests |
20 | 20 |
|
21 | 21 | In the project directory, you can run: |
22 | 22 |
|
|
0 commit comments