git.fiddlerwoaroof.com
Raw Blame History
# 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