@datntdev/cra-template
v0.1.1
Published
The create-react-app template with tools for SDLC
Downloads
1
Maintainers
Readme
@datntdev/cra-template
This is Create React App template of @datntdev0.
This includes some features:
- Add Sass compiler for using .scss stylesheet in project.
- Code style guide and coding convention with Prettier and ESlint tools.
- Component tests with Jest tool.
- End to end tests with Cypress tool.
- Debugging component tests in VSCode.
- In
main
branch: build project in production. - In
develop
branch: run component tests and end-to-end tests.
Usages
To use this template, add --template @datntdev
when creating a new app.
For example:
npx create-react-app my-app --template @datntdev
# or
yarn create react-app my-app --template @datntdev