Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fishplusorange/rc-boilerplate

:lemon: A React components boilerplate.
https://github.com/fishplusorange/rc-boilerplate

boilerplate react react-components sass typescript

Last synced: 1 day ago
JSON representation

:lemon: A React components boilerplate.

Awesome Lists containing this project

README

        

# RC Boilerplate

[![Build Status](https://www.travis-ci.org/FishPlusOrange/rc-boilerplate.svg?branch=master)](https://www.travis-ci.org/FishPlusOrange/rc-boilerplate)
![Codecov branch](https://img.shields.io/codecov/c/github/FishPlusOrange/rc-boilerplate/master)
![npm (scoped)](https://img.shields.io/npm/v/@fishplusorange/rc-boilerplate)
![GitHub](https://img.shields.io/github/license/FishPlusOrange/rc-boilerplate)

A React components boilerplate.

## Start

```bash
# get boilerplate
git clone https://github.com/FishPlusOrange/rc-boilerplate.git && cd rc-boilerplate

# install
make install

# use storybook for document and development
make doc

# use with npm link for development
make dev

# test
make test

# build
make build

# release
make release
```

## License

[MIT](https://github.com/FishPlusOrange/rc-boilerplate/blob/master/LICENSE)

Copyright (c) 2020-present FishPlusOrange