Movable CLI blueprint for creating a Studio-Framework app
npm install @movable/studio-framework-blueprintThis MDK blueprint will create a working Studio Framework app.
1. Get the MDK: yarn global add @movable/cli
2. Create a new app: movable new my-ar-app -b @movable/studio-framework-blueprint
3. Start the server: cd my-ar-app && movable serve
4. Open http://localhost:4200.
Copyright 2018 Movable, Inc. All rights reserved.