Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 966 Bytes

File metadata and controls

21 lines (12 loc) · 966 Bytes

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