# react-lib-starter-kit

> react pagenav component

Latest version **0.0.1** (published 2016-09-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-lib-starter-kit
pnpm add react-lib-starter-kit
yarn add react-lib-starter-kit
bun add react-lib-starter-kit
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2016-09-19 |
| First published | 2016-09-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | ZHAO Xudong |
| Maintainers | zxdong262 |
| Keywords | react, starter-kit |

## Links

- npm: https://www.npmjs.com/package/react-lib-starter-kit
- Repository: https://github.com/zxdong262/react-lib-starter-kit
- Issues: https://github.com/zxdong262/react-lib-starter-kit/issues
- npm.io page: https://npm.io/package/react-lib-starter-kit

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2016-09-19

## README

# react-lib-starter-kit [![Travis][build-badge]][build] [![Codecov][codecov-badge]][codecov]
starter kit for creating react lib with webpack/babel/es6/es7, unit test/ci/codecoverage/umd/source map included.

## features
- only webpack, no gulp/grunt etc
- write es6/es7 code.
- dist minified/unmimified umd and source map
- test with karma-webpack
- code coverage
- live reload to code change(by webpack)
- proper comment header for distribution
- with ci, codecov badge( read `.travis.yml`)
- proper npm commands

## get/dev
```bash
git clone git@github.com:zxdong262/react-lib-starter-kit.git
cd react-lib-starter-kit
rm -rf .git

# reset vc
git init
git remote add origin your-git-url

# start dev
npm start
# then edit src/*.jsx to see changes

# build (auto rebuild when code change)
npm run build

# test and create code coverage
npm run test

```

## real example
- [react-pagenav](https://github.com/zxdong262/react-pagenav)

## License
MIT

[build-badge]: https://img.shields.io/travis/zxdong262/react-lib-starter-kit/master.svg?style=flat-square
[build]: https://travis-ci.org/zxdong262/react-lib-starter-kit
[codecov-badge]: https://img.shields.io/codecov/c/github/zxdong262/react-lib-starter-kit/master.svg?style=flat-square
[codecov]: https://codecov.io/gh/zxdong262/react-lib-starter-kit

---
_Source: https://npm.io/package/react-lib-starter-kit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
