generator-react-flux-generator
v0.1.4
Published
React flux generator with simple store and simle AJAX request
Downloads
39
Maintainers
Readme
Installation
First, install Yeoman - using npm (we assume you have pre-installed node.js).(or just command below)
npm install -g yoThen generate your new project:
- download this package
npm i -g generator-react-flux-generator- create somewhere new empty folder
mkdir new_project- navigate to that new folder
cd new_project- run
yo react-flux-generatorThat's all! After install you will have the new clear project with webpack,post.css etc. plugins.
- launch your generated project
npm run dev