An open API service indexing awesome lists of open source software.

https://github.com/fiddlerwoaroof/minimal-react-redux


https://github.com/fiddlerwoaroof/minimal-react-redux

Last synced: about 1 year ago
JSON representation

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