generator-react-redux-ewq

A Yeoman generator for antd-redux-admin from react starter by kk chen.

Usage no npm install needed!

<script type="module">
  import generatorReactReduxEwq from 'https://cdn.skypack.dev/generator-react-redux-ewq';
</script>

README

generator-react-redux-admin

A Yeoman generator for antd-redux-admin from react starter by kk chen.

Installation

First you need install yeoman.

npm install -g yo

Then install the generator.

npm install -g yo generator-react-redux-admin

Usage

Create a directory for your new app.

mkdir my-new-app; cd my-new-app/

Generate your app and follow the prompts.

yo react-admin

Available commands

# short alias for generate new application
yo react-admin

# set up service ( a table, a route, menu item, and edit of each item )
yo react-admin:service

License

Copyright (c) 2018

Licensed under the MIT license.