Skip to content

This is an Angular base project that can be used for starting out applications with NPM scripts instead of gulp or grunt

Notifications You must be signed in to change notification settings

alphagopher/angular-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-seed

This is a seed application to get started on an Angular 1.x project with all the common libraries and tools involved in an Angular application using NPM packages for UI Router, Bootstrap, Smart Tables, Karma, Jasmine, and JSHint. This is still a work in progress, but I am trying to use only npm scripts (no grunt or gulp) to reduce dependencies to only NPM and basic shell commands.

On the Angular side, there is tempalted code for a sample controller, element directive, and factory.

Linting: From the project root, run watch 'jshint .' Karma: Run karma start

TODO: Live browser reload on changes Inject script files into index.html and karma.conf.js

For linting, use watch 'jshint .'. For karma test runner, just use karma start.

About

This is an Angular base project that can be used for starting out applications with NPM scripts instead of gulp or grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published