You use `npm` to install Yeoman and Blockstack App Generator. Yeoman is a generic scaffolding system that helps users rapidly start new projects and streamline the maintenance of existing projects. 1. Use `npm` to install Yeoman and the Blockstack generator ```bash npm install -g yo generator-blockstack ``` You can use the generator to create scaffolding for a starter application. The generator can create scaffoling for any of these frameworks:
Framework Use this command to install
Plain Javascript blockstack
Webpack blockstack:webpack
React blockstack:react
Vue blockstack:vue
For example, to install a Vue scaffolding, use the `npm create yo blockstack:vue` command.