@extjs/generator-ext-react

A Yeoman generator for ExtReact apps.

Usage no npm install needed!

<script type="module">
  import extjsGeneratorExtReact from 'https://cdn.skypack.dev/@extjs/generator-ext-react';
</script>

README

generator-ext-react

A Yeoman generator for ExtReact apps.

Installation

First, install Yeoman and @extjs/generator-ext-react using npm (we assume you have pre-installed node.js).

npm install -g yo @extjs/generator-ext-react

Creating a new ExtReact App

If you haven't already, log into Sencha's private registry using the credentials you received in your ExtReact trial or subscription activation email. If you don't have credentials, you can get them by signing up for a trial of ExtReact.

npm login --registry=http://npm.sencha.com --scope=@extjs

Then, to create a new ExtReact app, run:

yo @extjs/ext-react

The app that is generated is based on the ExtReact Boilerplate.

Development

To make changes to the generator, run:

git clone git@github.com:sencha/extjs-reactor.git
cd extjs-reactor
npm install
cd packages/generator-ext-react
npm link

Now yo @extjs/ext-react will use your local copy of the generator.

License

MIT © Sencha, Inc.