generator-wallet-react
v0.2.2
Published
wallet react
Downloads
19
Readme
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-react
Then generate your new project:
yo wallet-react
How to use
develop
cd
into your project root direcotry and run the below command:
npm run server
production
npm run build
File Structure
project
│ README.md
│ .gitignore
│ .babelrc
│ webpack.config
│
└───App
│ └─── component
│ └─── reducer
│ └─── scene
│ └─── style
│ └─── util
│
└───release
│ index.html
License
MIT © taxusyew