generator-react-flux-generator

React flux generator with simple store and simle AJAX request

Usage no npm install needed!

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

README

Installation

First, install Yeoman - using npm (we assume you have pre-installed node.js).(or just command below)

npm install -g yo

Then generate your new project:

  1. download this package
npm i -g generator-react-flux-generator
  1. create somewhere new empty folder
mkdir new_project
  1. navigate to that new folder
cd new_project
  1. run
yo react-flux-generator

That's all! After install you will have the new clear project with webpack,post.css etc. plugins.

  1. launch your generated project
npm run dev