This code is part of the Getting Started with Redux tutorial series on Tutsplus. This is the v2 of the contact list application built using React and Redux. Navigate through the branch list to find the latest version of this code.
- Navigate to the correct branch and clone it. Alternatively, download the zip.
- Run
yarn installto install all the dependencies. - Run
yarn startto run the application in development mode. - Happy hacking. Enjoy.