cra-template-tt-ct
v1.0.7
Published
The base template for Create React App in tt-ct
Downloads
10
Readme
cra-template-tt-ct
This is an extension of the official TypeScript template for Create React App.
To use this template, add --template tt-ct
when creating a new app.
It contains current TomTom styling (branding is up to date- 1st August 2022)
For example:
npx create-react-app my-app --template tt-ct
# or
yarn create react-app my-app --template ct-tt
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.