ICTU / new-ui

A Dashboard UI for the BigBoat ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigBoat Dashboard UI

A Dashboard UI for the BigBoat ecosystem

Development

Run development server

npm start

Build Dockerfile

Before you can create a Docker image you first need to create a minified version of the application. The following will create a bundle in the build folder:

npm run build

After that you can create a Docker image.

docker build -t bigboat-ui .

Run the resulting image.

docker run --rm --name bigboat-ui -p 8080:80 bigboat-ui

About

A Dashboard UI for the BigBoat ecosystem

License:Apache License 2.0


Languages

Language:JavaScript 90.7%Language:CSS 6.4%Language:HTML 2.9%