@movable/behavioral-app
v2.0.1
Published
Movable CLI blueprint for initializing a new behavioral application.
Downloads
40
Readme
Behavioral App Blueprint
This MDK blueprint will generate the template behavioral app which can be extended and modified to display items based on a user's on-site behavior for a specific client.
Usage
- Get the MDK:
yarn global add @movable/cli
- Create a new app:
movable new my-behavioral-app -b @movable/behavioral-app
- Start the server:
cd my-behavioral-app && movable serve
- Open http://localhost:4200.
License
Copyright 2018 Movable, Inc. All rights reserved.
Releasing Updates
This package is deployed to npm using release-it
.
To release, run npm run release
, and choose the appropriate version based on SemVer