A React isomorphic boilerplate generator using espina npm module
First, install Yeoman and generator-espina using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-espinaThen generate your new project:
yo espinaYou can generate new React components
yo espina:componentAlso generate new React reducers
yo espina:reducerFor develop purposes, you can test you new version using
npm run prepublishMIT © Eric Hulburd