We need to install a few things:
-
Check the
bower.json
,package.json
and thegulpfile.js
to set paths and so on -
run
bower install
andnpm install
. This will download all vendors in the___src/bower
directory and all gulp-modules in thenode_modules
directory. -
run
gulp init
for Init the Project and does the following task (one time):
'sass',
'scripts',
'plugins',
'templates',
'dummy',
'copyscripts',
'modernizr'
- run
gulp
to start the party…