@growingio/cra-template-boost
v1.0.0
Published
a create-react-app template for gio frontend
Downloads
2
Maintainers
Readme
cra-template-boost
Create React App template for GrowingIO frontend team
Usage
To use this template within your project, add --template @growingio/boost
when creating a new app.
For example:
npx create-react-app my-app --template @growingio/boost
# or
yarn create react-app my-app --template @growingio/boost
Packages
typescript is used in the project, and all dependencies that need to install @types/xxx have been added
react-route-dom
typescript
craco
testing-library
less
swc
Preset
folder(pages, routes, assets, hooks, components, styles, utils)
qiankun micro-frontend settings, lifycycle methods
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.