https://github.com/zecaptus/styleguide
https://github.com/zecaptus/styleguide
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zecaptus/styleguide
- Owner: zecaptus
- Created: 2017-06-27T14:28:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T14:28:19.000Z (almost 9 years ago)
- Last Synced: 2025-07-31T02:16:12.625Z (11 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/Whataboon/ComponentsLibrary) [](https://codecov.io/gh/Whataboon/ComponentsLibrary)
# ComponentsLibrary
All new react component we have to use for Whataboon
## Installation
npm install
## Start library
npm start
Server will start at `http://localhost:3000`
## Components
Components must be document, test before sending pull request.
We made a component generator, you can easily create new component with our template by typing `npm run create-component`
Test your components with `npm test`
The build will fail, if `npm test` fail.
## Continuous Integration
Every pull request will be test by `Circle CI`.
Checking steps :
- Dependencies checking ( ununsed or missing )
- Unit test
- Code coverage
Acceptance criteria :
- No unused or missing dependency
- Every test succeeded
- Code coverage > 80%