An open API service indexing awesome lists of open source software.

https://github.com/jellydn/react-lib-starter

React Lib Starter Template
https://github.com/jellydn/react-lib-starter

react typescript

Last synced: 6 months ago
JSON representation

React Lib Starter Template

Awesome Lists containing this project

README

          

# Welcome to react-lib-starter 👋

[![Version](https://img.shields.io/npm/v/react-lib-starter.svg)](https://www.npmjs.com/package/react-lib-starter)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
[![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](https://twitter.com/jellydn)

> Typescript starter project

Search and replace `reactLibStarter` and `react-lib-starter` with `your-lib` on your repository before running below command.

## Install

```sh
yarn install
```

## Usage

```sh
yarn build
```

## Run tests

```sh
yarn test
```

## Linter

```sh
code --install-extension samverschueren.linter-xo
```

## Author

👤 **Huynh Duc Dung**

- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)

## Show your support

Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_