Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapal-tech/cra-template-typescript
Create React App TypeScript template
https://github.com/zapal-tech/cra-template-typescript
nextjs redux redux-toolkit scss typescript
Last synced: 2 days ago
JSON representation
Create React App TypeScript template
- Host: GitHub
- URL: https://github.com/zapal-tech/cra-template-typescript
- Owner: zapal-tech
- Created: 2022-12-30T12:32:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:37:37.000Z (about 1 year ago)
- Last Synced: 2024-11-09T16:13:24.822Z (about 2 months ago)
- Topics: nextjs, redux, redux-toolkit, scss, typescript
- Language: TypeScript
- Size: 111 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-typescript
This is the TypeScript template for [Create React App](https://github.com/facebook/create-react-app) by Zapal.
To use this template, add `--template typescript` when creating a new app.
For example:
```sh
npx create-react-app my-app --template zapal-tech/typescript# or
yarn create react-app my-app --template zapal-tech/typescript
```For more information, please refer to:
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.