https://github.com/fiddlerwoaroof/minimal-react-redux
https://github.com/fiddlerwoaroof/minimal-react-redux
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiddlerwoaroof/minimal-react-redux
- Owner: fiddlerwoaroof
- Created: 2021-08-10T01:35:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T09:22:35.000Z (over 3 years ago)
- Last Synced: 2025-07-14T05:17:00.987Z (about 1 year ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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