@datntdev/cra-template-redux-router

0.1.0 • Public • Published

@datntdev/cra-template-redux-router

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.
  • React-Redux with Redux Toolkit, demo with counter.
  • React-Router with 3 demo routes:
  • Component tests, reducer tests and end-to-end tests.

Usages

To use this template, add --template @datntdev/redux-router when creating a new app.

For example:

npx create-react-app my-app --template @datntdev/redux-router
# or
yarn create react-app my-app --template @datntdev/redux-router

Package Sidebar

Install

npm i @datntdev/cra-template-redux-router

Weekly Downloads

4

Version

0.1.0

License

MIT

Unpacked Size

615 kB

Total Files

74

Last publish

Collaborators

  • datntdev