We need to install a few things: Node, Bower and Gulp
- Node: Download and install - hey, it's very easy :)
- Bower: If you have Node installed, simply run
npm install -g bower
- see the Documentation (maybe you need to run this command withsudo
) - Gulp: Simple as bower
npm install -g gulp
see the Documentation (maybe you need to run this command withsudo
)
In your CLI cd
into the repo and then run bower install
and npm install
. This will download all vendors in the bower_components
directory and all gulp-module in the node_modules
directory.
Now run gulp
and start working. Gulp compiles your .scss
files and concatinates and uglifies your .js
files
- bower install
- npm install / npm init
- gulp