Start Template with Gulp and PostCSS
Manual:
-
Install gulp global (if you don't install gulp yet) - [ npm i gulp -g ]
-
Install gulp local - [ npm install gulp --save-dev ]
-
Install Bower global (if you don't install Bower yet) - [ npm install bower -g ]
-
Install Bower local - [ bower install ]
-
Install modules/plugins/dependencies from package.json - [ npm i ]
-
Launch gulp - [ gulp ]
-
STOP gulp - [ ctrl + c ]