1. Gulp is a cross-platform, streaming task runner that lets developers automate many development tasks.
2. streams to different tasks.
3. These tasks are code-based and use plugins.
4. The tasks modify the files
5. building source files into production files.
Explanation: