Skip to content

Config for quick start web project with Gulp

License

Notifications You must be signed in to change notification settings

deeppines/frontend-template

Repository files navigation

Frontend template

Build Status devDependencies Status GitHub version GitHub release changelog License: MIT

Config for quick start web project with Gulp

How it use

  • Install node.js

  • Install Bower (once!)

    npm install -g bower

With npm

  • Clone or download the project

    git clone [email protected]:deeppines/frontend-template.git -b master --depth 1 my-project
  • Install npm dependencies

    npm i
  • Start gulp

    npm start

Main tasks

  • gulp vendor download vendor plugins and filtered files
  • gulp build compile a project
  • gulp dev compile a project and launches watchers/server
  • gulp zip compile a project in zip
  • gulp clean del web folder

Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.

Documentation

See more in full documentation - link.