When it's setup it will make your development live much easier. You will be able to use the following awesome and hip technologies
- Anuglar.js for the framework
- CoffeeScript and browserify for the source
- LESS for the style
- Bootstrap with FontAwesome for the layout
- Jade for the templates
- Phantomjs for the headless
- Mocha and Chai for the tests
- npm for code dependencies
- Bower for non-code dependencies
Install it via
$ git clone https://github.com/Dignifiedquire/yaas.git
$ cd yaas
$ npm install
$ bower installIf you want to use PhantomJS you need to get it here.
build/
dev/
prod/
test/
app/
assets/
style/
app.scss
img/
font/
controllers/
directives/
filters/
partials/
services/
index.jade
app.coffee
config/
karma/
test/
This project uses grunt for the build process and all the other magic. The tests are run via karma.
- watches all source files and recompiles them on save
- Runs a karma server that watches for changes in the test files and runs the tests on save
- file issues
- fix issues
