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
- Host: GitHub
- URL: https://github.com/netgusto/symfony-baseproject
- Owner: netgusto
- License: mit
- Created: 2014-06-01T14:06:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T07:29:14.000Z (over 11 years ago)
- Last Synced: 2025-01-29T02:45:11.016Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 3.83 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```