Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
/ angular-seed Public archive

An AngularJS project seed which aims to keep it simple

Notifications You must be signed in to change notification settings

radupotop/angular-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular-seed

An AngularJS 1.x project seed which aims to keep it simple.

  • Development HTTP server
  • Gulp as the task runner
  • Bower for managing front-end assets
  • Sass for styles
  • Plain JavaScript (Maybe ES6/TypeScript in the future)
  • Support for source maps
  • Serve Angular templates from the templateCache
  • Support for Angular minification with ng-annotate
  • JShint scripts
  • Support for LiveReload
  • Configure which tasks to run through gulpconfig.json
  • Enable application debugging by setting localStorage.debug = 1

Quick start

npm install
bower install
gulp

Usage

  • gulp - by default runs the development tasks
  • gulp prod - build app for production
  • gulp dev - build app for development - compile assets, compile app, start server, watch for changes
  • gulp assets - only compile assets
  • gulp app - only compile app files
  • gulp serve - starts a web server on localhost:8080
  • gulp watch - watches scripts for changes, enable livereload

About

An AngularJS project seed which aims to keep it simple

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published