Grid operations using React+Redux+webpack
cd into Application Folder and perform the below operations
Make sure that you have the latest version of node.
First npm install to grab all the necessary dependencies.
Then run npm start and open localhost:3000 in your browser.
Alternatively you could use the below command
sudo npm install && sudo npm start
Grid operations.
1)To edit click on any row and input the data on the form. 2)Insert a new row. 3)Filter by user name. 4)Sort by Asc/Desc 5)Local storage implementation 6)Active user is denoted by red back ground.
To run the tests
npm test
