###Gulp Instructions Gulp is a task runner which uses Node.js. Install gulp npm install gulp -g Verify that Gulp has installed the following command: gulp -v Run gulp compiliation gulp Start the frontend server npm start