Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iraycd/react-typescript-boilerplate
Enterprise Boilerplate - React Typescript, Highly Customisable and Easily Deployable. Better alternative of create-react-app
https://github.com/iraycd/react-typescript-boilerplate
audit boilerplate commitlint coverage cypress eslint husky jest jest-tests lint lint-staged react reactjs rollup semantic-release testing typescript
Last synced: 4 days ago
JSON representation
Enterprise Boilerplate - React Typescript, Highly Customisable and Easily Deployable. Better alternative of create-react-app
- Host: GitHub
- URL: https://github.com/iraycd/react-typescript-boilerplate
- Owner: iraycd
- Created: 2019-09-23T07:43:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:00:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T20:51:53.640Z (about 2 months ago)
- Topics: audit, boilerplate, commitlint, coverage, cypress, eslint, husky, jest, jest-tests, lint, lint-staged, react, reactjs, rollup, semantic-release, testing, typescript
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React TypeScript Boilerplate
Yet Another Boilerplate for Typescript.
## Motivation
+ Enterprise Boilerplate
+ Highly Customizable
+ Light Weight
+ Easy Deployment## Packages
+ React
+ React DOM
+ Typescript## Development Packages
+ Rollup
+ Semantic Versioning## Testing
+ JEST
+ C8 for coverage
+ Cypress## Dependency Check
+ NPM License Checker: Audit CI
+ Dependency Size## Testing
There are 2 practical types of testing a front end application:
+ Implementation Details
+ Unit Test - Component Test
+ Integration test combine with assert states of the component being tested
+ Behavior base
+ E2E
+ Integration Test**Resource:** https://medium.com/dwarves-foundation/different-ways-to-test-react-application-and-hook-component-cypress-react-testing-library-2a2485dc9354