wallet react
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
cd
into your project root direcotry and run the below command:
npm run server
npm run build
project
│ README.md
│ .gitignore
│ .babelrc
│ webpack.config
│
└───App
│ └─── component
│ └─── reducer
│ └─── scene
│ └─── style
│ └─── util
│
└───release
│ index.html
MIT © taxusyew