create-react-zlv

A tool for build your app with react hooks easily

INSTALL

npm i -g create-react-zlv

NOTICE

If anyone had already installed create-react-zlv, please update 1.3.0+ to avoid deflect and bugs! check version by command: create-react-zlv -V

USAGE

basic:``

create-react-zlv <your-project-name-here>

basic typescript:

create-react-zlv --ts <your-project-name-here>

basic + mobx:

create-react-zlv --mobx <your-project-name-here>

basic + typescript + mobx:

create-react-zlv --ts-mobx <your-project-name-here>