/rxd-cli

Primary LanguageJavaScript

Boilerplate cli

The BOILERPLATE will help you to generate a react project with existing files and configurations.

Usage

  npm i rxd-cli -g

if it does not work(because -g is depracated), try this:

  npm i rxd-cli --location=global

Create a project

  rxd-create-app <project-name>