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.