create-movement-app
v0.0.4
Published
Create a new Movement mini app with the Movement SDK
Downloads
381
Maintainers
Readme
create-movement-app
Create Movement mini apps with a single command.
Quick Start
npx create-movement-app my-appWhat It Does
The CLI will ask you:
- App name - Your mini app name
- Use Movement Design System? - Yes/No
Based on your choice, it downloads the appropriate starter template from mini-app-examples:
- With Design System →
mini-app-starter-ds - Without Design System →
mini-app-starter-basic
Running Your Mini App
cd my-app
npm install
npm run devThen open the Movement Everything app to test your mini app.
Templates
Templates are hosted at github.com/moveindustries/mini-app-examples:
mini-app-starter-ds- Includes Movement Design Systemmini-app-starter-basic- Basic starter without design system
Requirements
- Node.js 16+
- npm or yarn
License
MIT
