Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ihortymoshenko/symfony-standard

 
 

Repository files navigation

Symfony Standard Edition RequireJS

Overview

This repository demonstrates how to use Symfony with RequireJS in Symfony Standard Edition.

The main purpose of this repository is to demonstrate how to separate the frontend from the backend. As a result you can simply use r.js optimizer without any additional bundles such as HearsayRequireJSBundle. All you need to do is store your JavaScript files into the web directory which is accessible from web and have installed node.js with NPM.

Installation

Install Bower

npm install bower -g

Install gulp.js

npm install gulp -g

Install needed node.js packages

npm install

Install needed JavaScript dependencies via Bower

bower install

Build your project

gulp build

Enjoy!

About

The "Symfony Standard Edition" distribution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.8%
  • ApacheConf 5.8%
  • JavaScript 3.4%