Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 654 Bytes

File metadata and controls

28 lines (22 loc) · 654 Bytes

Do-While

To-Do application.

Requirements

This project required preinstalled node with npm. Allso need global install of gulp and bower

npm i bower gulp -g

Installation

This command installs all required npm an bower modules and compiles all in dist folder :

  • Windows:
npm install & bower install & gulp build
  • Unix:
npm install && bower install && gulp build

Gulp basic tasks

  • default task compiles all sources into ./dist folder, starts server on http://localhost:8000 and realoads page while changes handled in src/* files.

  • build task compiles all sources into ./dist folder