Skip to content

Getting Started

  1. Check out the starter app
git clone https://github.com/digital-blueprint/template-app
cd dbp-template-app
git submodule update --init
  1. Install the required dependencies
npm install
  1. Start the development server
npm run watch
  1. Open https://127.0.0.1:8001 in your browser