An open API service indexing awesome lists of open source software.

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.

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/