@rnjshippo/react-codegen
v0.0.6
Published
react boilerplate code generator
Downloads
11
Maintainers
Readme
react-code-generator
Installation
npx @rnjshippo/react-codegen <project-directory>
Command Line Options
-v, --version output the version number
-h, --help display help for command
Run
cd <project-directory>
yarn install || npm install
yarn dev || npm run dev
Build
cd <project-directory>
yarn build || npm run build