command
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
util
|
|
|
|
Click to show internal directories.
Click to hide internal directories.