tandpco / VitosWeb2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VitosWeb

Local Installation

bundle install
npm i
gem install rerun

Also install grunt and mongo server running locally if you don't already have it.

Running The Server

This will watch any changes you make and restart the server.

rerun thin start --pattern "*.rb"

Compiling Angular + Stylus

Use grunt to compile any of the files in ./src which compile the angular app and also the style.

grunt watch

Compiling SASS

cd ./src/sass
compass watch

About


Languages

Language:JavaScript 37.0%Language:HTML 23.8%Language:Ruby 21.9%Language:CSS 13.0%Language:CoffeeScript 4.3%