Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fishplusorange/rc-boilerplate
- Owner: FishPlusOrange
- License: mit
- Created: 2020-05-16T08:37:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:52:07.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T05:48:54.094Z (about 1 month ago)
- Topics: boilerplate, react, react-components, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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