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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:52:07.000Z (over 3 years ago)
- Last Synced: 2025-05-14T12:21:15.346Z (about 1 year ago)
- Topics: boilerplate, react, react-components, sass, typescript
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RC Boilerplate
[](https://www.travis-ci.org/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