/React-Redux-Boilerplate

A boilerplate for setting up the react and redux project with webpack

Primary LanguageJavaScriptMIT LicenseMIT

A simple boilerplate code for setting up the react with redux project on your local machine.

PROJECT SETUP

clone the repo:-

git clone https://github.com/vinitraj10/React-Redux-Bolierplate

Install dependencies

npm install

Run on http://localhost:8080:-

npm run dev