leadwrox
Front End Application
Steps for Execution:
- install http-server globally using npm install -g http-server
- Set environment path for the installed http-server it can be found in C:\Users\username\AppData\Roaming\npm
- open cmd in root folder of the project and execute http-server -p 9000 or hs -p 9000 for execution.