-
Notifications
You must be signed in to change notification settings - Fork 2
Home
github-wiki-action edited this page Jun 16, 2022
·
5 revisions
This template is based on top of the TypeScript version of Create-React-App toolkit and contains all its features. In addition to Create-React-App, this template provides the following features:
- A project structure matching our React Project Strucutre conventions
- ESLint and Prettier — using our custom ESLint configuration
- SCSS support with our conventional file structure
- Using
Dart SASS
with@use
and@forward
imports - Absolute file imports
-
Axios and a ready-to-use
requestManager
helper -
Localization using
i18next
- React Router
- Cypress confiugured for UI tests
-
data-test-id
made consistent across Cypress and Jest tests - Test coverage reports — merging Cypress and Jest tests reports
- GitHub templates for Issues and Pull Requests
- GitHub workflows for Preview, Deployment and Tests
- GitLab templates for Merge Requests