uni2work.workflows.visualiser/start.sh
2023-08-29 16:10:34 +02:00

16 lines
317 B
Bash
Executable File

#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2023 David Mosbach <david.mosbach@campus.lmu.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
echo 'Transpiling to JS...'
npx tsc || exit 1
echo 'Generating Webpack bundle...'
npx webpack || exit 1
echo 'Starting server...'
npx http-server --cors -o ./editor.html