cra-template-proste
v8.0.0
Published
Integrate common functions for create-react-app
Downloads
14
Maintainers
Readme
🎆Install & Useage
npx create-react-app <name> --template proste
this demo uses the current template and implements all plug-in functions, unit testing and integration testing
✨Packages
typescript is used in the project, and all dependencies that need to install @types/xxx have been added
✅ zustand
✅ react-route-dom
✅ typescript
✅ axios
✅ sass
✅ craco
✅ testing-library
✅ react-query
✅ postcss
✅ react-error-boundary
🎊Preset
Alias folders are exported using index
✅ folder(pages, routes, apis, assets, hooks, components, stores, styles, utils)
✅ alias(@pages, @routes, @apis...)
✅ reamove data-testid in production (use babel-plugin-react-remove-properties)
✅ eslint config(use eslint-config-proste)
✅ stylelint config