react-component-starter
react-component-starter copied to clipboard
Skeleton project template for a stand-alone React component. NOTE: This project is currently NOT maintained. You may want to check https://github.com/kriasoft/babel-starter-kit instead
React Component Starter Kit
A project template for creating stand-alone React components. It is pre-configured with EditorConfig, Babel, Webpack, ESLint, CSSLint, CSSComb, JSCS, Flow and BrowserSync.
Getting Started
Just clone or fork the repo and start hacking:
$ git clone -o upstream https://github.com/kriasoft/react-component-starter.git MyComponent
$ cd MyComponent
$ npm install
$ npm start
How to Update
You can always fetch and merge the recent changes from this repo back into your own project:
$ git checkout master
$ git fetch upstream
$ git merge upstream/master
$ npm install
How to Test
$ npm test
Related Projects
Learn More
- Getting Started with React.js
- React.js Wiki on GitHub
- React.js Questions on StackOverflow
- React.js Discussion Board
- The Future of React
- Learn ES6, ES6 Features
Support
Have feedback, feature request or need help? Contact me on codementor.io/koistya.
Copyright
MIT (c) Konstantin Tarkus (@koistya), Kriasoft LLC