Skip to content

Local frontend development

Sriram Viswanathan edited this page Jun 4, 2023 · 1 revision

Pre-requisite

Npm and Node - refer to the version specified in the README.md in the root of the project - newer versions should ideally work but no guarantees there.

Run app

You can follow the README and the steps are replicated here -

cd vue
npm install
npm run serve

The front-end artifacts are auto-load/watch mode, so no need to restart anything once started for development.