freeflowuniverse / freeflow_kutana_ui

Crystal Meet
Apache License 2.0
2 stars 1 forks source link

Kutana Frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve --https

Compiles and hot-reloads for development and debug with breakpoints

yarn serve

launch.json is auto-generated using VsCode(F5 and select Chrome)

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:8080",
            "webRoot": "${workspaceFolder}"
        }
    ]
}

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.