buuum / app
Skeleton App
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.5.0
- buuum/config: ^1.0
- buuum/encode: ^1.0
- buuum/ftp: ^1.0
- buuum/git: ^1.0
- buuum/imagediff: ^1.0
- buuum/mail: ^1.0
- buuum/phdb: ^1.0
- buuum/phevent: ^0.0.3
- buuum/route: ^1.0
- buuum/s3: ^0.0.9
- buuum/template: ^0.1.0
- buuum/validation: ^1.10
- buuum/zip: ^1.0
- illuminate/database: ^5.2
- league/container: ^2.2
- sepia/po-parser: ^4.2
- symfony/console: ^3.0
- symfony/http-foundation: ^3.0
Requires (Dev)
README
Install
System Requirements
You need PHP >= 7.0 to use Buuum\App but the latest stable version of PHP is recommended.
Step 1 - Composer
Buuum is available on Packagist and can be installed using Composer:
composer create-project --prefer-dist buuum/app myapp
Step 2
Initialize dependencies
npm install --save-dev
bower install -D
One time on computer
gem install compass
gem install haml
chmod -R a+rw temp log
Grunt functions
Install bower plugins
grunt installplugins
Compile sass
grunt buildsass:[scope]
grunt buildsass:Web
Compile coffee
grunt buildcoffee:[scope]
grunt buildcoffee:Web
Compile haml
grunt buildhaml:[scope]
grunt buildhaml:Web
Compile all scope
grunt build:[scope]
grunt build:Web
Activate watcher
compile every change file on any scope automatic
grunt watch