This directory contains the EcmaScript frontend code of Kubernetes Operational View and is only needed during build time.
The JavaScript application bundle (webpack) will be generated to ``kube_ops_view/static/build/app*.js`` by running:
.. code-block:: bash
$ npm install
$ npm run build
Frontend development is supported by watching the source code and continuously recompiling the webpack:
.. code-block:: bash
$ npm start