Skip to content
Snippets Groups Projects

Working with the Web App

development environment

From this folder, run:

$ npm install

To run the webpack development server:

$ npm run start

Note that you should run the Flask application separately and append ?test=1 to the dev url that launches in the browser.

Releasing

To build a new bundle, run:

$ npm run build

This will build the new bundle and deploy it to compendium_v2/static/*. This should be committed.