小規模プロジェクトのための人別カンバンのプロトタイプ
- node@~6
- mongodb
- npm
- bower
- ruby
- sass
- compass
test
- mocha
git clone git@...
compass compile
npm install
bower install
cp config/default.json config/development.json
orcp config/default.json config/production.json
and editnpm start
cp config/default.json config/test.json
and editmocha lib/spec/**/* --timeout 10000