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