0.1.2 • Published 6 years ago

generator-react-component-boilerplate v0.1.2

Weekly downloads
20
License
-
Repository
github
Last release
6 years ago

generator-react-component-boilerplate NPM version Build Status Dependency Status

biolerplate for react components

Installation

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

npm install -g yo
npm install -g generator-react-component-boilerplate

Then generate your new project:

yo react-component-boilerplate

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

How to develop your component

Source

Your component source code is in src. You can use JSX and ES6 syntax freely in your component source; it will be transpiled to lib with Babel before being published to npm so that your users will simply be able to include it.

It's a great idea to add a description, documentation and other information to your README.md file, to help people who are interested in using your component.

Example & Preview

Preview your component with LiveReload:

npm run dev

A webserver will be started on localhost:8000.

You can use this playpen to test your component, and then publish it as live examples to GitHub Pages, which is a great way to let potential users try out your component and see what it can do.

Build and Publish

npm run build
npm publish

Feedback?

Open an issue, submit a PR or write on my email (Alexander.Melnik90@yandex.ru).

License

MIT License. Copyright © 2016 AlexEOL

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago