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

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

Awesome Lists containing this project

README

          

# cgulp

[![Build Status](https://travis-ci.org/vaeum/cgulp.svg?branch=master)](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)