Automate and enhance your workflow - gulp
Build setup
-
Install nodejs form Fly to Download.
By the way , to check you already installed nodejs or not; type in CMD
node -v
-
Open Command Prompt(not Admin) , then install gulp-cli gloable
npm install -g gulp-cli
-
Go to your project folder , open CMD in the current folder then install gulp development dependencies.
// install both the dependencies and devDependencies npm install // install only devdependencies npm install --only=dev
-
Waiting for all installed
-
Run build command
npm t or use gulp
-
Congratulation