AgenttiX / rainbow-dash-board-ui

For graphing all the important things from Bitcoin price to fridge temperature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] rainbow-dash-board-ui

Sponsored

For graphing all the important things from Bitcoin price to fridge temperature.

Requirements

Installation

In order to install the dependencies, navigate to the project folder and run

npm install

API documentation

When the server is running, the Swagger documentation can be viewed at path /api/api-docs.

Run tests

npm test

Run development

In order to host an unoptimized development build, run

npm start

The development server detects saved changes and automatically refreshes the content.

Run production

In order to build the website and host it on a static server, you need to install serve with

npm install -g serve

Then, to build and host the website, run

npm run build
serve -s build

About

For graphing all the important things from Bitcoin price to fridge temperature

License:MIT License


Languages

Language:JavaScript 79.6%Language:HTML 16.8%Language:CSS 3.6%