@datntdev/cra-template

0.1.1 • Public • Published

@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

Package Sidebar

Install

npm i @datntdev/cra-template

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

582 kB

Total Files

49

Last publish

Collaborators

  • datntdev