cra-template-vitotypescript
v1.0.2
Published
The VITO TypeScript template for Create React App. Based on the official Typescript template
Downloads
6
Maintainers
Readme
cra-template-vitotypescript
This is the official VITO TypeScript template for Create React App.
To use this template, add --template vitotypescript
when creating a new app.
For example:
npx create-react-app my-app --template vitotypescript
# or
yarn create react-app my-app --template vitotypescript
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.