Skip to content

Commit 3a305ad

Browse files
committed
Update readme with redux-devtools
1 parent c5d63de commit 3a305ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Note: pm2 must be installed to run production builds.
4141
```
4242
├── client # Client-side code
4343
├── common # Shared code between client and server
44-
│   ├── css
44+
│   ├── css # CSS/Sass Resources
4545
│   ├── fonts
4646
│   ├── images
4747
│   ├── js
@@ -68,6 +68,10 @@ component with the same name, for example:
6868
│   ├── Header.scss
6969
```
7070

71+
## Redux Devtools
72+
This project supports the awesome [Redux Devtools Extension](https://github.com/zalmoxisus/redux-devtools-extension). Install the
73+
Chrome or Firefox extension and it should just work.
74+
7175
## Writing Tests
7276
The default testing framework is Mocha, though you can use whatever you want.
7377
Make sure you have it installed:

0 commit comments

Comments
 (0)