Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 257 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 257 Bytes

Rekcurd dashboard frontend

Run it!

$ cd frontend
$ yarn install
$ yarn run start

You can specify the backend host and port by environment variables API_HOST and API_PORT. The frontend is launched on http://0.0.0.0:8080 as a default.