A tool for build your app with react hooks easily
npm i -g create-react-zlv
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
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>