Skip to content

failpunk/silex-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silex-Angular

Angular.js application structure with a Silex PHP backend

The Stack

This is a simple starter setup for building angular.js applications from a Silex

Who should use it?

Those of you that need a little more that a single page app (SPA). This allows for simple PHP based routes with as much or as little of either PHP or angluar as you wnat.

Installation

$ git clone [email protected]:failpunk/silex-angular.git silex-angular
$ cd silex-angular
$ ./build.sh

Delevlopment

In separate terminal windows run the following

automatically watch and compile SASS with compass

$ compass watch [path/to/project]

local PHP dev server

$ php -S localhost:4000

http:https://localhost:4000/web/dev.php

About

Simple bare-bones Silex setup with Angular.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published