react-npm-boilerplate

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-npm-boilerplate

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • neighborhood999