Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 427 Bytes

In order to use this project as a template for your own one you need to do following:

  • install git
  • clone this repository "git clone https://github.com/VikStar/project-template.git"
  • cd project-template
  • rm .git -rf
  • install nodeJS
  • install gulp by runing "npm install -g gulp"
  • install gulp plugins by runing "npm install"
  • install bower by running "npm install bower -g"
  • install bower components by "bower install"