rootstrap / reax

0 stars 0 forks source link

Reax - (Under development )

React Easy Admin X

it's waaay cooler with an X

oclif Version Downloads/week License

reax build

Build the react app

USAGE
  $ reax build

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/build.js

reax dev

Run the development server

USAGE
  $ reax dev

OPTIONS
  -p, --port=port  server port

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/dev.js

reax help [COMMAND]

display help for reax

USAGE
  $ reax help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

reax init

Init project

USAGE
  $ reax init

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/init.js