Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 750 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 750 Bytes

Symfony 3.4 base application

This is a Symfony 3.4 base application with:

Installation

  1. Install Bower and bower dependencies which are Gulp tools (gulp-concat, gulp-stylus, gulp-sass, gulp-uglify etc..)
npm install
  1. Install CSS/JS dependencies & Run gulp for assets.
gulp
  1. Install vendors by running
composer update
  1. Enjoy !