generator-angular-beego

0.1.3 • Public • Published

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.

Package Sidebar

Install

npm i generator-angular-beego

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • ninnemana