Skip to content

tecklund/angular-webseed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-webseed

A base project for building angularjs apps. Starts you out with bootstrap, angularjs, jquery and select2.

Usage:

npm install

bower install

mvn -Pdev tomcat7:run

or

mvn -Pprod tomcat7:run (imports only .min files)

This will copy all of the neccesary files, and place them in the src/main/webapp directory so that tomcat can serve them (default port 8080)

You can watch for changes with 'gulp watch' (either in a seperate maven build or on the command line) which will watch your source directories for changes and copy your files over for rapid development

About

A base project for building angularjs apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published