Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 519 Bytes

##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