cra-template-polaris
v0.0.1
Published
polaris exclusive templates
Downloads
2
Maintainers
Readme
cra-template-polaris
polaris exclusive templates
cra-template-typescript
This is polaris exclusive TypeScript template Create React App.
To use this template, add --template polaris
when creating a new app.
For example:
npx create-react-app my-app --template polaris
# or
yarn create react-app my-app --template polaris
# or
pnpm create react-app my-app --template polaris
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.