web

command
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

README

Boron Web UI

This is a React app. It uses webpack to bundle assets, and postcss to transform css.

First time setup

brew install yarn
yarn

Development

After pulling master:

If you just want to run the frontend:

cd web/app
yarn webpack
cd ..
go run main.go

For reloading assets:

cd web/app
yarn webpack-dev-server
cd ..
go run main.go -webpack-dev-server http://localhost:8080/

Testing

Golang unit tests

To run unit tests:

go test ./...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
util

Jump to

Keyboard shortcuts

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