Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.42 KB

generator-espina NPM version Build Status Dependency Status Coverage percentage

A React isomorphic boilerplate generator using espina npm module

Installation

First, install Yeoman and generator-espina using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-espina

Then generate your new project:

yo espina

You can generate new React components

yo espina:component

Also generate new React reducers

yo espina:reducer

Develop

For develop purposes, you can test you new version using

npm run prepublish

MIT © Eric Hulburd