Getting Started
- Install Yarn 1.x and Node 14+
- https://classic.yarnpkg.com/en/docs/install/#debian-stable
- https://nodejs.org/en/download/package-manager
- Check out the starter app
git clone https://gitlab.tugraz.at/dbp/web-components/dbp-template-app
cd dbp-template-app
git submodule update --init
- Install the required dependencies
yarn install
- Start the development server
yarn run watch
- Open https://127.0.0.1:8001 in your browser