Skip to content

yeoman-projects/generator-angular-beego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Git, node.js, and Go.

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.

About

Yeoman generator for AngularJS + Go + Beego

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 60.8%
  • Go 38.9%
  • CSS 0.3%