Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.13 KB

README.md

File metadata and controls

84 lines (63 loc) · 2.13 KB

angular-seedling

Base app for Neosavvy Angular JS projects.

To use this seedling project and see it work just execute the following two commands on any MacOS system.

npm install
grunt

Expectations are that you have SASS and Ruby installed. The build will fail if you don't.

# ruby is installed by default! If you lack it - somehow you broke it
gem install sass

Requirements Pulled in Via Bower

We don't think you have to use all these libraries for your project, but we have battle tested this stack in several production environments. Conclusion: it's nice.

//Production
angular
angular-animate
angular-cookies
angular-route
angular-cookies
angular-loader
angular-cache
angular-sanitize
foundation 4
jQuery
jQuery.XDomainRequest /* For IE8, 9 requests */
lodash
momentjs
neosavvy-javascript-angular-core
neosavvy-javascript-core
node-uuid
numeral
q
underscore.string

//Dev
angular-mocks
angular-resource

We appreciate your use, forks, and pull requests.

0.0.1 - 09/29/2013

Initial release.

LICENSE

The MIT License

Copyright (c) 2014 Neosavvy, Inc, http://www.neosavvy.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Enjoy!