Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 541 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 541 Bytes

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.