Skip to content

marcodiversi/js-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##TODO App

###Setup

Gulp is a task runner. Here is a usual setup of gulp folder which contains dev.js, scripts.js and styles.js. In dev.js from line 5 to line 12 you could see the setup to listen to particular port to test your application.

  • Fork or git clone the project
  • npm install - Download project dependencies
  • Install gulp globally npm install -g gulp-cli
  • gulp and gulp dev - Start the browserSync server
  • Open in your browser: http://localhost:8082

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.9%
  • JavaScript 38.5%
  • HTML 4.6%