@leanstacks/cra-template-typescript
A Create React App template using TypeScript and a curated technology stack used by the LeanStacks organization.
To use this template, add --template @leanstacks/typescript
when creating a new app.
For example:
npx create-react-app my-app --template @leanstacks/typescript
# or
yarn create react-app my-app --template @leanstacks/typescript
This CRA template extends the base CRA template with the following technologies:
- TypeScript Language
- React Router
- React Query
- React Spring
- Tailwind CSS
- Font Awesome
For more information, please refer to:
- Getting Started - How to create a new app with Create React App.
- User Guide - How to develop apps bootstrapped with Create React App.