Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geobas/yii-composer-bower-grunt
- Owner: geobas
- Created: 2015-09-10T11:39:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T10:39:05.000Z (about 9 years ago)
- Last Synced: 2023-04-04T13:57:03.735Z (almost 2 years ago)
- Topics: boilerplate-application, composer, gruntjs, yii
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`