create-react-redux-app-structure
create-react-redux-app-structure copied to clipboard
Create React + Redux app structure with build configurations ✨
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.3 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.3 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
In the Getting Started section of the readme displayed here: https://www.npmjs.com/package/create-react-redux-app-structure It says to install with yarn using: yarn add global create-react-redux-app-structure The command should be: yarn global add create-react-redux-app-structure
The application created doesn't compile properly. Here is what I get when I run the *fast-start* as soon as the application is created : ``` $ npm run fast-start >...