Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fortis/silex-angular-starter
Silex 2 πΆ and AngularJS 1.5 Starter Application Boilerplate π― https://silex-angular-starter.herokuapp.com/
https://github.com/fortis/silex-angular-starter
Last synced: about 2 months ago
JSON representation
Silex 2 πΆ and AngularJS 1.5 Starter Application Boilerplate π― https://silex-angular-starter.herokuapp.com/
- Host: GitHub
- URL: https://github.com/fortis/silex-angular-starter
- Owner: fortis
- Created: 2016-08-04T22:53:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T12:09:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T08:41:22.746Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 683 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Silex 2 and AngularJS Starter Application
[![Greenkeeper badge](https://badges.greenkeeper.io/fortis/silex-angular-starter.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/fortis/silex-angular-starter.svg?branch=master)](https://travis-ci.org/fortis/silex-angular-starter)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
- NPMFeedback is welcome. Use [Issues](https://github.com/fortis/silex-angular-starter/issues)