A minimal React + Redux boilerplate to kickstart your application development with Redux and Webpack.
- 🛠️ React (via
react
andreact-dom
) - 🔁 Redux for state management
- 🧰 Webpack for bundling
- ✅ Babel for modern JavaScript support
- 🗂️ Simple project structure for quick start
Ensure you have the following installed:
- Node.js (v14+ recommended)
- npm or yarn
Clone the repo and install dependencies:
git clone https://github.com/cookieg13/redux-starter.git
cd redux-starter
npm install