Skip to content

moinuddin14/React-Redux-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Switch to the branch you're interested in (branches = different stages in the series) and compare/ download the source code.

// Run below command if running from Windows _"build": "webpack -d && xcopy src\index.html dist\index.html && webpack-dev-server --content-base src\ --inline --hot --history-api-fallback"_ "build:prod": "webpack -p && xcopy src\index.html dist\index.html"

// Replace webpack npm commands with below if running from Mac or Unix "build": "webpack -d && cp src/index.html dist/index.html && webpack-dev-server --content-base src/ --inline --hot --history-api-fallback" "build:prod": "webpack -p && cp src/index.html dist/index.html"

About

This is a demo project explaining how Redux standalone and Redux with React work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published