Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geobas/yii-composer-bower-grunt

Startup your Yii application with Composer / Bower / Grunt
https://github.com/geobas/yii-composer-bower-grunt

boilerplate-application composer gruntjs yii

Last synced: 5 days ago
JSON representation

Startup your Yii application with Composer / Bower / Grunt

Awesome Lists containing this project

README

        

# Yii 1.1 Boilerplate

Startup your Yii application with Composer / Bower / Grunt

## Set up
1. `git clone [email protected]:geobas/yii-composer-bower-grunt.git`
2. `cd yii-composer-bower-grunt`
3. Run `composer update`
4. `npm install` or `sudo npm install`

## Grunt task
* `grunt default`

## List installed bower packages
* `bower list -o`

## List locally installed npm packages
* `npm list -o --depth=0`