Skip to content

Files

Latest commit

0542239 · Feb 20, 2022

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 24, 2020
May 3, 2021
May 2, 2021
Aug 24, 2020
Feb 1, 2022
Feb 20, 2022

[icemulti] Vue.js web app

HTML + CSS + JavaScript sources of a web-based GUI to provide a responsive and customizable layout for visualization (frontend).

Development

After the development environment is initialized, the frontend can be tested with:

cd app
yarn serve

In order to test the full app (i.e., both frontend and backend), first build the frontend:

yarn build

Then, start the backend:

cd ../api
go run main.go -v -p 8080 -d ../app/dist

Alternatively, yarn dev can be executed from the root of the repo, which will execute the two steps above (one after the other).


References