Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 439 Bytes

File metadata and controls

19 lines (9 loc) · 439 Bytes

Start Template with Gulp and PostCSS

Manual:

  1. Install gulp global (if you don't install gulp yet) - [ npm i gulp -g ]

  2. Install gulp local - [ npm install gulp --save-dev ]

  3. Install Bower global (if you don't install Bower yet) - [ npm install bower -g ]

  4. Install Bower local - [ bower install ]

  5. Install modules/plugins/dependencies from package.json - [ npm i ]

  6. Launch gulp - [ gulp ]

  7. STOP gulp - [ ctrl + c ]