Silex 2 and AngularJS Starter Application
This is a starter application for a Single Page Application featuring the modern Silex 2 framework and Google’s acclaimed front-end framework AngularJS. Just download and install and you have a good foundation for building any application.
Features!
- Single Page Application
- HTML5 mode URLs
- Optimized Silex 2 and AngularJS routes
- You kind of don’t need to care about routes, they work automatically as you add new views. Still allows for flexibility if you plan any special routes.
- Laravel Elixir readily configured
- Versioning of CSS and JS files (cache busting)
- CSS and JS files will be included automatically
- Comes with Bootstrap and AngularJS configured to work together at their best
- And more... have a try!
Installation
git clone https://github.com/firtus/silex-angular-starter.git
composer install --prefer-dist
npm install
Run
To provide the JS and CSS files and to keep track of changes to these files:
gulp && gulp watch
Requirements
- PHP >= 5.5.9
- Composer
- Gulp
- NPM
Feedback is welcome. Use Issues