Frontend Development Test
1. Install all the node packages by navigating to the project directory and running the following command.`npm install` 2. Install all the required bower packages
`bower install`
Let's hope the above two commands have installed all the require dependencies properly. 3. If you are using Webstorm, then Open the project 4. Right-click on the `gulpfile.js` and click on `Show Gulp Tasks`. It will open another panel listing all the active gulp tasks. 5. Click on `serve watch` from the Gulp Task panel. It will automatically run the development server with live preview in the web browser.