CleverStack Angular Seed provides you with a cutting edge AngularJS development workflow. It's been designed to provide you with a super fast test driven front-end development lifecycle. Everything you need should be just one command away, if it's not please open an issue or fork and submit a pull request.
See cleverstack.io for more detailed information on the Angular seed or visit the Getting Started Guide
Install is made easy using the CleverStack CLI, first install node.js and wget (linux and mac, required for setup-protractor script)
$ npm install -g cleverstack-cli
$ clever init my-app
&&$ cd my-app
$ clever serve
- Go to:
http://localhost:9000
See our LICENSE