Using:
- Compass
- Semantic UI
- Jade
- jQuery
- Handlebars
- Tabletop
- Fire.app or gulp.js
- development on master branch
- deploy on gh-pages branch (It would auto deploy via travis-ci. You only commit on master branch and push.)
- development:
- using Fire.app to watch .jade and .sass
- using Github for Windows or git on linux to sync and commit
- pre-dev:
- install: node
- install: ruby 2.0.0 (use rubyuinstaller on windows, use
rvm install 2.0.0
on linux/mac) - install compass (
gem install compass
) npm i
- devlopment:
npm start
- open
http://localhost:3000/
to see the result.
Same as hackfoldr