Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 745 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 745 Bytes

wishlistApp

A wishlist application where you can add items to wish list, search item and view the selected items in the wishlist.

Setup & Run Application prerequisite - Make sure NodeJs is installed in your computer

  1. Clone the application code in your local folder from the git repo link, https://github.com/alnvny/wishlistApp.git
  2. Open command prompt and select cloned folder location.
  3. Execute "npm install" in command prompt, which will intall all the dependincies
  4. Execute "npm start" to run the application.
  5. Open the browser and you can see the application in http://localhost:5000/#/home

Application Hoisted

The live working application can be accessed in the below link, https://wishlistapl.herokuapp.com/#/home