##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
andgulp dev
- Start the browserSync server - Open in your browser: http://localhost:8082