# <%= name %>

Sails.js starter, collection for most usage library.

We use [NPM-script](https://docs.npmjs.com/misc/scripts) instead of [gulp](http://gulpjs.com/).

## pre-install

 * node.js@0.10.26
 * npm
 * [coffeescript](http://coffeescript.org/)
 * [sass](http://sass-lang.com/install)
 * [compass](http://compass-style.org/install/)
 * [bootstrap](https://github.com/twbs/bootstrap-sass)
 * [sails.js@0.11.0rc](http://sailsjs.org/)

## how to start

```
npm start
open http://localhost:1337
```

## build project

```
npm run build
```

## watch project

```
npm run watch
```

##include

 * jade
 * coffeescript support
 * sass config
 * include compass
 * include bootstrap (sass)

#TODO

 * bootstrap build in
 * collect sample page for sass, jade, coffee

