0.1.2 • Published 9 years ago

react-npm-boilerplate v0.1.2

Weekly downloads
36
License
MIT
Repository
github
Last release
9 years ago

react-npm-boilerplate

Build Status Coverage Status Dependency Status

Make your personal react component.

How To Use

First, install package:

$ npm install

You can create your react component and published on npm.

For example, if I already published and I want to use this component:

import React, { Component } from 'react';
import Test from 'react-npm-boilerplate';

export default class App extends Component {
  render() {
    return (
      <Test />
    );
  }
}

In your website, you can see Hello World as title.

Test

$ npm test

LICENSE

MIT

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

1.0.0

10 years ago