Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 582 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 582 Bytes

go-diagram

A UML diagram editor for Golang projects Demo

Install the requirements

Install nodemon

yarn global add nodemon

Setup

Make sure your PATH includes :$GOPATH/bin

glide install
# install client dependencies
yarn install-client
# build client
yarn build-client

# start server in hot-reload mode
yarn start <directory name>
# run client in dev mode
yarn client

Tech Stack

  • Golang for the server (uses goparser, gorilla websockets)
  • React + Redux frontend
    • Webpack
    • Babel
    • Stylus