SmashTapsOS / react-component-starter

Simple starting point for developing react based components and libraries

Repository from Github https://github.comSmashTapsOS/react-component-starterRepository from Github https://github.comSmashTapsOS/react-component-starter

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 --

About

Simple starting point for developing react based components and libraries

License:MIT License


Languages

Language:JavaScript 89.4%Language:CSS 10.6%