Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iberasoft/reactjs-redux-practice
🛒 Simple app for learning purposes
https://github.com/iberasoft/reactjs-redux-practice
babel eslint express heroku nodejs npm reactjs redux stylus testing-library webpack
Last synced: 14 days ago
JSON representation
🛒 Simple app for learning purposes
- Host: GitHub
- URL: https://github.com/iberasoft/reactjs-redux-practice
- Owner: IberaSoft
- Created: 2019-08-02T11:43:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T13:38:51.000Z (20 days ago)
- Last Synced: 2024-12-21T14:31:55.308Z (20 days ago)
- Topics: babel, eslint, express, heroku, nodejs, npm, reactjs, redux, stylus, testing-library, webpack
- Language: JavaScript
- Homepage:
- Size: 3.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# React Redux Practice
> A simple React + Redux implementation.
## Prerequisites
- NodeJS and NPM
- Chrome React Dev Tools
- Chrome Redux Dev Tools## Running
First `npm install` to grab all the necessary dependencies.
Then run `npm start` and open in your browser.
## Production Build
Run `npm build` to create a dist folder and a bundle.js file.