https://github.com/leanstacks/cra-template-typescript
A Create React App template using TypeScript and a curated technology stack.
https://github.com/leanstacks/cra-template-typescript
Last synced: about 2 months ago
JSON representation
A Create React App template using TypeScript and a curated technology stack.
- Host: GitHub
- URL: https://github.com/leanstacks/cra-template-typescript
- Owner: leanstacks
- License: mit
- Created: 2023-08-27T11:28:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:15:38.000Z (over 2 years ago)
- Last Synced: 2025-02-22T00:05:31.337Z (over 1 year ago)
- Language: TypeScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @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:
```shell
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](https://create-react-app.dev/docs/getting-started/) - How to create a new app with Create React App.
- [User Guide][cra] - How to develop apps bootstrapped with Create React App.
[cra]: https://create-react-app.dev/