Skip to content

koblas/go-angular-es6

Repository files navigation

Setup

Client (Angular/CoffeeScript/JavaScript)

Install Grunt

  • npm install -g grunt-cli

Install Grunt dependancies

  • npm install

Do initial build

  • grunt build

Watch JS Changes

  • grunt

Golang Setup

Build the Database

  • go run cmd/server.go migratedb

Run App

  • go run cmd/server.go server

About

ToDo App in Go+Angular+ES6 - An experiment in learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages