Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 620 Bytes

File metadata and controls

16 lines (10 loc) · 620 Bytes

angularSailsTemplate

Base template for a Sails/Angular/Bootstrap/Sass application using Bower for front end dependency management.

This is a combination of the Yeoman generator for AngularJS and the angularSails project which adds AngularJS bindings for a Sails backend.

To use run:

  • npm install
  • bower install

To test with karma run:

  • grunt test

View the readme in the tasks folder for more commands.

NOTE: angularSails is currently in active development and not ready for production use.