0.0.0-2 • Published 6 years ago

component-boilerplate v0.0.0-2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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/component-boilerplate.git component-name

To get started with fresh history
$ cd component-name
$ 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

component-boilerplate is available under MIT.