generator-hydrais-react

0.3.0 • Public • Published

generator-hydrais-react

NPM

A Yeoman generator to create a very basic React application complete with Babel, Webpack, and Twitter Bootstrap.

Install

npm install -g yo generator-hydrais-react

Generate a new project

mkdir your-project && cd your-project/
yo hydrais-react

Generating a library project

The Hydrais React Generator can also create reusable libraries that can be shared amongst applications. To generate a library project, simply pass the --library flag when generating...

mkdir your-project && cd your-project/
yo hydrais-react --library

When developing locally, you can link your library by running...

cd /path/to/your/project
npm link /path/to/your/library

Finally, import the root of the library...

import YourLib from 'your-lib';

Readme

Keywords

Package Sidebar

Install

npm i generator-hydrais-react

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • hydrais