sushilkaSite Sourcecode

Global dependencies

node, npm, bower, gulp.

##How to work with this project

  1. Install [NodeJS] (//nodejs.org/en/download/)
  2. Install [Git] (//git-scm.com/download)
  3. Open Git Bash CLI
  4. $ npm i -g bower
  5. $ npm i -g gulp
  6. $ cd ../.. Choose requared directory for this repo
  7. $ git clone https://github.com/AlexQuidditch/sushilkaSite.git
  8. $ cd sushilkaSite
  9. $ npm i
  10. $ bower i
  11. $ gulp build or $ gulp watch

Have luck!