Created
March 8, 2020 12:58
-
-
Save hqn-scl/47d5131d873a8bc443802f5002b08655 to your computer and use it in GitHub Desktop.
New gulp project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir project | |
npm install gulp-cli -g | |
npm init | |
npm install --save-dev gulp gulp-sass browser-sync | |
vi gulpfile.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment