0.0.1 • Published 11 years ago

generator-sails-angular v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

AngularJS / SailsJS / Restangular generator

Build Status

Generates a scaffold of a project based off of the latest generator-angular:app and includes: SailsJS for creating a simple RESTful API backend, Restangular for consuming it inside of AngularJS & Twitter Bootstrap.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generators: npm install -g generator-sails-angular generator-angular
  • Create project directory and cd into it: mkdir my-new-project && cd $_
  • Run: yo sails-angular [app-name]

Known Issues

  • Grunt live-reload, server, test do not work.
  • Since I'm using Restangular the generator-angular questions re: ng-resource are redundant since it's never used.
  • Need to fix Karma testing setup.

License

MIT License