๐Ÿ“ฆ dgeee13 / redux-starter

A minimal React + Redux boilerplate to kickstart your application development with Redux and Webpack.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/dgeee13/redux-starter.git
HTTPS git clone https://github.com/dgeee13/redux-starter.git
SSH git clone git@github.com:dgeee13/redux-starter.git
CLI gh repo clone dgeee13/redux-starter
Debarati Ghatak Debarati Ghatak Create README.md a4525f1 8 months ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ dist
๐Ÿ“ node_modules
๐Ÿ“ src
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ webpack.config.js
๐Ÿ“„ README.md

Redux Starter

A minimal React + Redux boilerplate to kickstart your application development with Redux and Webpack.

Features

  • ๐Ÿ› ๏ธ React (via react and react-dom)
  • ๐Ÿ” Redux for state management
  • ๐Ÿงฐ Webpack for bundling
  • โœ… Babel for modern JavaScript support
  • ๐Ÿ—‚๏ธ Simple project structure for quick start

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (v14+ recommended)
  • npm or yarn

Installation

Clone the repo and install dependencies:

```bash git clone https://github.com/cookieg13/redux-starter.git cd redux-starter npm install