You use the Blockstack App Generator to create scaffolding for a starter application. The generator can create scaffolding for any of these frameworks:
Framework | Use this command to install |
---|---|
Plain Javascript | npx generator-blockstack --plain |
React | npx generator-blockstack --react |
Vue | npx generator-blockstack --vue
|