- nodejs
- npm
- bower
- gulp
- Download NodeJs from [http://nodejs.org/download/] and install it.
- Install gulp global, run >
npm install gulp -g
- Install bower global, run >
npm install bower -g
Getting startet in Commandline/Terminal
git clone [email protected]:pure180/DefaultTemplate.git
Navigate to the applikation folder on your computer (cd DefaultTemplate), then run:
npm install
> This will install all needed packagesgulp bower-update
> This will install all needed bower dependencies and copy them to the source foldergulp start
> to start developing