Skip to content

Social-projects-Rivne/GreenTourism

Repository files navigation

GreenTourism

In order to run this app you need Node.js 4.4.4 and NPM installed.

Install all dependencies:

npm install

Start server:

npm start

Gulp commands:

Lint:

  • gulp lint Run ESLint
  • gulp lint-fix Fix some ESLint errors

Beautify:

  • gulp js-beautify Run JS Beautifier on JS files
  • gulp html-beautify Run JS Beautifier on HTML files
  • gulp css-beautify Run CSScomb on CSS and Less files

Build:

  • gulp build Build project into dest/
  • gulp clean Delete dest/
  • gulp build-assets Build all JS and CSS files
  • gulp bower Add Bower dependencies into index.ejs
  • gulp less Compile main.less
  • gulp ng-annotate Inject Angular dependencies
  • gulp build-copy Copy images, templates, fonts and JSON fixtures into dest/
  • gulp copy-images Copy images into dest/
  • gulp copy-templates Copy templates into dest/
  • gulp copy-json Copy JSON into dest/
  • gulp copy-fonts Copy fonts into dest/