Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 460 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 460 Bytes

To run this app on your local machine :

  1. Clone the repository.
  2. Open a cmd prompt at the root directory and run the command 'npm install'.
  3. Run 'npm start' and you can access the app running at http://localhost:3000.

Note : Pages folder contains all the pages and their corresponding components. Any reusable component should be kept in components folder. The redux folder contains all the store related stuffs such as store configuration, slices etc.