/blockstack-app-generator

Blockstack app generator

Primary LanguageJavaScriptMIT LicenseMIT

Blockstack App Generator CircleCI NPM version Slack

Installation

  1. Install Blockstack for desktop:
  1. Install Yeoman and the blockstack app generator using npm (we assume you have pre-installed node.js).
npm install -g yo generator-blockstack
  1. Create a new directory and cd into it:
mkdir hello-blockstack && cd $_
  1. Generate your Blockstack app:
yo blockstack

For React.JS

yo blockstack:react
  1. Start the development server:
npm run start

License

MIT © Blockstack