generator-angular-beego
v0.1.3
Published
A Yeoman generator for AngularJS + Go + Beego
Downloads
4
Maintainers
Readme
The Angular-Beego generator
A Yeoman generator for AngularJS and Beego.
Beego is an open source framework to build and develop your applications in the Go way
Installation
Install Yeoman:
npm install -g yo
Install the Angular-Go-Martini generator:
npm install -g generator-angular-beego
Creating a Beego service
In a new directory, generate the service:
yo angular-beego
Get the dependencies:
go get
Run the service:
Terminal 1 grunt server
Terminal 2 bee run
Your service will run at http://localhost:8080.
The Grunt server supports hot reloading of client-side HTML/CSS/Javascript file changes.