postgres-operator/ui/app
Felix Kunde 636ba9b846
[UI] reflect new backup paths and cluster status (#1260)
* [UI] reflect new backup paths and cluster status
2020-12-16 15:23:06 +01:00
..
src [UI] reflect new backup paths and cluster status (#1260) 2020-12-16 15:23:06 +01:00
.eslintignore
.eslintrc.yml
README.rst
package.json
webpack.config.js

README.rst

This directory contains the EcmaScript frontend code of the PostgreSQL Operator UI and is only needed during build time.

The JavaScript application bundle (webpack) will be generated to ``operator_ui/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