Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 255 Bytes

File metadata and controls

17 lines (9 loc) · 255 Bytes

###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