# react-component-starter **Repository Path**: mirrors_JedWatson/react-component-starter ## Basic Information - **Project Name**: react-component-starter - **Description**: ReactJS Component Starter Project - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README React Component Starter ======================= __COMPONENT DESCRIPTION GOES HERE__ ## Demo & Examples Live demo: __LINK TO LIVE DEMO__ To build the examples locally, run: ``` npm install gulp dev ``` Then open [`localhost:8000`](http://localhost:8000) in a browser. ## Installation The easiest way to use My-Component is to install it from NPM and include it in your own React build process (using [Browserify](http://browserify.org), [Webpack](http://webpack.github.io/), etc). You can also use the standalone build by including `dist/my-component.js` in your page. If you use this, make sure you have already included React, and it is available as a global variable. ``` npm install my-component --save ``` ## Usage __EXPLAIN USAGE HERE__ ``` var MyComponent = require('my-component'); Example ``` ### Properties * __DOCUMENT PROPERTIES HERE__ ### Notes __ADDITIONAL USAGE NOTES__ ### License MIT. Copyright (c) 2014 Jed Watson.