Skip to content

frontend-school/Do-While

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published