blockstack-app-generator
blockstack-app-generator copied to clipboard
Blockstack app generator
see this line: https://github.com/blockstack/blockstack-app-generator/blob/988e206805ef768476901779b14630dd6e388133/react/templates/_package.json#L29 while it should be ``` "test": "react-scripts test" ```
Creating this PR primarily as an example of using the blockstack.js storage APIs, and the Web File APIs in PR https://github.com/blockstack/blockstack.js/pull/693 The following storage functions are used: `listFiles`, `getFile`, `putFile`,...
Similar to CircleCI https://github.com/blockstack/blockstack-app-generator/blob/master/.circleci/config.yml
The generated `.package.json` references some repositories that do not exist, namely hello-world: ``` { "name": "hello-blockstack", "version": "0.0.0", "description": "A simple Blockstack app", "main": "index.js", "scripts": { "browserify": "browserify requires.js...
Obviously the best way to reach more developers is to make a quick start in as many languages and frameworks as we can. Angular2 is a popular framework so it...
From: https://github.com/blockstack/blockstack-app-generator/issues/8 @larrysalibra Did you say there was someone you ran into who might be able to do this?
From: https://github.com/blockstack/blockstack-app-generator/issues/8
When selecting 'n' to the question "Are you ready to build a Blockstack app?", an app is built anyway. ``` $ yo blockstack _-----_ ╭──────────────────────────╮ | | │ Welcome to...