We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d63de commit 3a305adCopy full SHA for 3a305ad
README.md
@@ -41,7 +41,7 @@ Note: pm2 must be installed to run production builds.
41
```
42
├── client # Client-side code
43
├── common # Shared code between client and server
44
-│ ├── css
+│ ├── css # CSS/Sass Resources
45
│ ├── fonts
46
│ ├── images
47
│ ├── js
@@ -68,6 +68,10 @@ component with the same name, for example:
68
│ ├── Header.scss
69
70
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
+
75
## Writing Tests
76
The default testing framework is Mocha, though you can use whatever you want.
77
Make sure you have it installed:
0 commit comments