go-ng-chat

command module
v0.0.0-...-2c602d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2015 License: MIT Imports: 12 Imported by: 0

README

CHAT Codeship Status for tothandras/go-ng-chat

Simple Go (golang) & AngularJS application

Fetch and install

Use "go get" to fetch and install the chat app in your workspace:

$ go get github.com/tothandras/go-ng-app

Build and run the Docker image

Invoke Docker from the package directory to build an image using the Dockerfile:

$ docker build -t chat .

Run a container:

$ docker run --publish 8080:8080 --name chatapp --rm chat

Development

Install dependencies and run gulp

$ npm install -g bower
$ npm install -g gulp
$ npm install && bower install
$ gulp --watch

Run the server

$ go run main.go

Open http://localhost:8080

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL