cra-template-glowbuzzer-typescript v1.6.1
cra-template-typescript
This is the official TypeScript template for glowbuzzer React applications.
To use this template, add --template glowbuzzer-typescript when creating a new app.
For example:
npx create-react-app my-app --template glowbuzzer-typescript
# or
yarn create react-app my-app --template glowbuzzer-typescriptFor more information, please refer to Getting Started in the glowbuzzer documentation.
Note that glowbuzzer likes pnpm for package management, but CRA will use npm or yarn on the initial install.
If you want to use pnpm you should wait for the initial install to complete, then delete node_modules and run
pnpm install.
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago