generator-wallet-react

0.2.2 • Public • Published

generator-wallet-react NPM version Build Status Dependency Status Coverage percentage

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

Readme

Keywords

Package Sidebar

Install

npm i generator-wallet-react

Weekly Downloads

2

Version

0.2.2

License

MIT

Last publish

Collaborators

  • taxusyew