https://github.com/anpleenko/cgulp
Coffee script gulp config template
https://github.com/anpleenko/cgulp
Last synced: 3 months ago
JSON representation
Coffee script gulp config template
- Host: GitHub
- URL: https://github.com/anpleenko/cgulp
- Owner: anpleenko
- Created: 2015-08-03T08:19:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T10:03:28.000Z (over 10 years ago)
- Last Synced: 2025-03-13T09:02:10.318Z (about 1 year ago)
- Language: HTML
- Homepage: http://vaeum.github.io/cgulp
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cgulp
[](https://travis-ci.org/vaeum/cgulp)
### Coffee script gulp config template
##### Basic useful feature list:
- Сoffee script compilation
- SASS compilation (**scss** syntax)
- Require JS support
- JADE compilation
##### To run the project, install the following tools
- [Node js](https://nodejs.org/)
- [GIT](https://git-scm.com/)
- [Gulp](http://gulpjs.com/)
- [Bower](http://bower.io/)
##### Commands for install tools
Gulp
```
npm install -g gulp
```
Bower
```
npm install -g bower
```
##### Commands for init project
```
git clone https://github.com/vaeum/cgulp.git
cd cgulp
npm install
bower install
```
##### Commands for run project
```
gulp
```
And open your browser [http://localhost:3000](http://localhost:3000)