1.1.0 • Published 8 years ago

@lukeboyle/react-component-boilerplate v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

React Component Boilerplate

This is a simple boilerplate project to get started with react components. The purpose of this is to make a component to easily publish on npm.

Installation

  • npm install @lukeboyle/react-component-boilerplate
  • Copy the files from node modules into your project root

Getting Started

Building your module

  • Develop your component in src/index.jsx
  • npm run build will run rollup on index.jsx under the src folder
  • Add your component to the demo project js
  • npm run build-demo will run the gulp default process in demo/src
  • The gulp process will use babelify to transform the jsx, so you may import your un-transpiled jsx file.
1.1.0

8 years ago

1.0.0

8 years ago