Skip to content

Simple starting point for developing react based components and libraries

License

Notifications You must be signed in to change notification settings

SmashTapsOS/react-component-starter

Repository files navigation

How to use this repo

-- Your component/lib name here --

-- Badges here --

code style: prettier Build Status Commitizen friendly Coverage Status semantic-release License: MIT

-- Project description here --

This repo is a starting point for creating react components and library

-- Available scripts here --

  • npm run commit: Commit conventionally
  • npm run build: - Build the component/lib.
  • npm run build:watch - Watch for changes and build.
  • npm run test - Run tests.
  • npm run test:watch - Watch for changes and test.
  • npm run prettify - Run prettier.
  • npm run lint - Run eslint.
  • npm run lint:fix - Fix eslint errors.

-- Features here --