react-component-trigger

0.0.7 • Public • Published

Boilerplate for React.js components

This is a simple boilerplate that has been developed to make it easier to develop React components and small projects.

Basic Usage

Clone the boilerplate if you haven't downloaded it
$ git clone https://github.com/billgo/react-component-boilerplate.git my-component

To get started with fresh history
$ cd my-component
$ rm -rf .git
$ git init
$ git add .
$ git commit -am "Init"

Common Tasks

  • Developing - yarn sample - Runs the development server at localhost:6060 and use Hot Module Replacement.
  • Publishing a version - yarn publish - Pushes a new version to npm and updates the project site.
  • Building sample site - yarn run build:sample - Builds the documentation into ./docs directory.

License

React-component-boilerplate is available under MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i react-component-trigger

Weekly Downloads

8

Version

0.0.7

License

MIT

Unpacked Size

131 kB

Total Files

17

Last publish

Collaborators

  • billgo