2017 © Pedro PelĂĄez
 

skeleton app

Skeleton App

image

buuum/app

Skeleton App

  • Monday, February 27, 2017
  • by buuum
  • Repository
  • 2 Watchers
  • 0 Stars
  • 20 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 22 Versions
  • 0 % Grown

The README.md

Buuum\App - Skeleton App

Install

System Requirements

You need PHP >= 7.0 to use Buuum\App but the latest stable version of PHP is recommended., (*1)

Step 1 - Composer

Buuum is available on Packagist and can be installed using Composer:, (*2)

composer create-project --prefer-dist buuum/app myapp

 Step 2

Initialize dependencies, (*3)

npm install --save-dev
bower install -D

One time on computer, (*4)

gem install compass
gem install haml
chmod -R a+rw temp log

 Grunt functions

Install bower plugins

grunt installplugins

Compile sass

grunt buildsass:[scope], (*5)

grunt buildsass:Web

Compile coffee

grunt buildcoffee:[scope], (*6)

grunt buildcoffee:Web

Compile haml

grunt buildhaml:[scope], (*7)

grunt buildhaml:Web

Compile all scope

grunt build:[scope], (*8)

grunt build:Web

Activate watcher

compile every change file on any scope automatic, (*9)

grunt watch

The Versions