Skip to content

yangshun/react-component-starter

Repository files navigation

React Component Starter

Starter project for React components written in ES6.

Getting Started

This project uses Yarn for dependency management and React Storybook for development. Please install it before you get started.

$ yarn install
$ npm run storybook

Visit http://localhost:6006 in your browser to see the storybook development environment.

Build

$ npm run clean
$ npm run check # Make sure tests and lints are passing
$ npm run build

Or simply use the following command which combines the 3 commands above:

$ npm run prepublish

TODO

  • Add development instructions
  • Add instructions on including CSS

License

MIT

About

⚗️ Starter kit for React components written in ES6.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published