git.fiddlerwoaroof.com
name mode size
..
IpControl.js 100644 0 kb
NameControl.js 100644 1 kb
index.js 100644 3 kb
reducer.js 100644 1 kb
redux-utils.js 100644 0 kb
root-saga.js 100644 1 kb
saga-utils.js 100644 2 kb
toplevel-react.js 100644 1 kb
utils.js 100644
README.md
# How this repository was made: - `mkdir minimal-react-redux` - `cd minimal-react-redux` - `npm init` - `git init` - `git commit -m '(root)' --allow-empty` - `npm install --save-dev parcel-bundler eslint eslint-react eslint-plugin-react babel-eslint prettier` - `npm install --save react redux react-redux redux-saga prop-types react-dom ramda` - `mkdir src` - `npx eslint --init` # How to run this: - `npm ci` - `npx parcel index.html` http://localhost:1234