Source code for https://ituk.ee
- Node.js
- NPM
- Gulp
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.
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.