https://github.com/CleverStack/angular-seed
The AngularJS based Modular Frontend for CleverStack, MEAN and so much more
https://github.com/CleverStack/angular-seed
Last synced: about 1 month ago
JSON representation
The AngularJS based Modular Frontend for CleverStack, MEAN and so much more
- Host: GitHub
- URL: https://github.com/CleverStack/angular-seed
- Owner: CleverStack
- License: mit
- Created: 2013-05-14T09:08:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T04:17:09.000Z (about 9 years ago)
- Last Synced: 2025-03-31T11:35:30.593Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://youtube.com/watch?v=-4ArURHExhQ
- Size: 3.91 MB
- Stars: 117
- Watchers: 17
- Forks: 36
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-seed - CleverStack/angular-seed - The AngularJS based Modular Frontend for CleverStack, MEAN and so much more http://cleverstack.io (Seed List / Angular)
README
CleverStack Angular Seed
====================[](https://gitter.im/CleverStack/angular-seed?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://badge.fury.io/gh/cleverstack%2Fangular-seed) [](https://david-dm.org/CleverStack/angular-seed) [](https://david-dm.org/CleverStack/angular-seed#info=devDependencies) [](https://codeclimate.com/github/CleverStack/angular-seed)
[](https://travis-ci.org/CleverStack/angular-seed)
[](https://codeclimate.com/github/CleverStack/angular-seed)
[](http://gruntjs.com/)
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.## Documentation
See [cleverstack.io](http://cleverstack.io/documentation/#frontend) for more detailed information on the Angular seed or visit the [Getting Started Guide](http://cleverstack.io/getting-started/)
## Install
Install is made easy using the CleverStack CLI, first install [node.js](http://nodejs.org) and wget (linux and mac, required for setup-protractor script)
1. `$ npm install -g cleverstack-cli`
2. `$ clever init my-app` && `$ cd my-app`
4. `$ clever serve`
5. Go to: `http://localhost:9000`## License
See our [LICENSE](https://github.com/CleverStack/angular-seed/blob/master/LICENSE)