Because I'm not satisfied with the seeds out there. Yeoman isn't working for me yet and it's Windows support leaves much desired.
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
- Bower for dependencies
Install it via
$ git clone https://github.com/Dignifiedquire/yaas.git
$ cd yaas
$ npm installIf you want to use PhantomJS you need to get it here.
build/
dev/
prod/
app/
assets/
style/
app.scss
img/
font/
controllers/
directives/
filters/
partials/
services/
index.jade
app.coffee
config/
karma/
vendor/
img/
font/
script/
style/
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