Skip to content

kharmaodo/grails3-angular-duo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grails3-angular-duo

Simple but effective grails 3 & angular combination that can be used as a template to create new applications easily :

1) Frontend

How to :

Tip : [nvm tool] (https://github.com/creationix/nvm) is an excellent way to install any Node version

npm install -g bower gulp
npm install
bower install

execute locally

gulp serve 

generate distribution

gulp build

2) Backend

How to :

Tip : [gvm tool] (http://gvmtool.net/) is an excellent way to install any Grails version

execute locally

grails run-app

generate distribution

grails war

About

grails3 & angular example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published