0.2.2 • Published 8 years ago
generator-wallet-react v0.2.2
generator-wallet-react

wallet react
Installation
First, install Yeoman and generator-wallet-react using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-wallet-reactThen generate your new project:
yo wallet-reactHow to use
develop
cd into your project root direcotry and run the below command:
npm run serverproduction
npm run buildFile Structure
project
│ README.md
│ .gitignore
│ .babelrc
│ webpack.config
│
└───App
│ └─── component
│ └─── reducer
│ └─── scene
│ └─── style
│ └─── util
│
└───release
│ index.htmlLicense
MIT © taxusyew