Skip to content

nikunj792/POC_Redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC_Redux

My first React-Redux code

Steps to run the code.

i) Clone or download the repository to your local machine.

ii)Open the CMD and run "npm install" to download the dependency present in the package.json file.

iii) In the same CMD in which you did "npm install", run "webpack" that will automatically build your code on any changes as it will be in watch-mode.

iV)In the second CMD run "npm start" to start the express server on your machine.

V)On your browser run the "http://localhost:3000/" or in case if that will not work then you can go to folder "public/index.html" and directly run this file on browser.

Functionality of this Code

In this code I simply used input type and form tag and simple form in which after submission values that you entered will reflect in front of labels and Redux is used State Management Tool.To check the state changing in the code open the developer tools using f12 you will see in console bar.

Thanks, Nikunj

About

My first Redux code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published