An open API service indexing awesome lists of open source software.

https://github.com/netgusto/symfony-baseproject

A pre-configured project template using Symfony2, Less, Bootstrap3, FontAwesome, jQuery, Modernizr, CoffeeScript and RequireJS
https://github.com/netgusto/symfony-baseproject

Last synced: 5 months ago
JSON representation

A pre-configured project template using Symfony2, Less, Bootstrap3, FontAwesome, jQuery, Modernizr, CoffeeScript and RequireJS

Awesome Lists containing this project

README

          

# Pre-configured project template using Symfony2, Less, Bootstrap3, FontAwesome, jQuery, Modernizr, CoffeeScript and RequireJS

## Install

```bash
git clone https://github.com/netgusto/Symfony-BaseProject.git my-project-name
cd my-project-name
rm -Rf .git
composer update
php app/console assetic:dump
```

## Use

```bash
php app/console ng:server
```