Skip to content

raimondlume/ituk.ee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ituk.ee

Source code for https://ituk.ee

Requirements

  • Node.js
  • NPM
  • Gulp

Development setup

Install dependencies: npm install

Run Gulp (watch files): gulp

(Optional) If necessary, install Gulp globally: npm install -g gulp

Start your favorite web server in build folder.

Compiling for production

Install dependencies: npm install

Run Gulp (watch files): gulp compile

(Optional) If necessary, install Gulp globally: npm install -g gulp

Compiled files will be in build folder.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.0%
  • CSS 27.1%
  • JavaScript 16.9%