README
Generate a simple react-redux boilerplate
Yeoman generator based on tj/frontend-boilerplate.
How it works:
% yo reax
? Project name a-todo-list
? Project description Yet another TODO app
? Author name Randolf III
% cd a-todo-list
% npm install
% npm start