git.fiddlerwoaroof.com
name mode size
src 040000
.editorconfig 100644 0 kb
.eslintrc 100644 1 kb
.gitignore 100644 0 kb
README.md 100644 0 kb
index.html 100644 0 kb
package-lock.json 100644 286 kb
package.json 100644 1 kb
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