https://github.com/poeticloud/cra-template-rack-typescript
基于create-react-app的一个模板包
https://github.com/poeticloud/cra-template-rack-typescript
cra-template-rack react typescript
Last synced: 2 months ago
JSON representation
基于create-react-app的一个模板包
- Host: GitHub
- URL: https://github.com/poeticloud/cra-template-rack-typescript
- Owner: poeticloud
- Created: 2020-12-23T13:50:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T10:30:06.000Z (about 4 years ago)
- Last Synced: 2025-03-14T16:49:36.610Z (3 months ago)
- Topics: cra-template-rack, react, typescript
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-rack-typescript
This is a template for [Create React App](https://github.com/facebook/create-react-app).
[](https://nodejs.org/en/)



## Usage```sh
$ npx create-react-app my-app --template rack-typescript
```
## Views


## Highlights
> Compared with create-react-app's official template cra-template
- typescript
- sass
- axios
- router
- redux
- prettier
- lint
- mock
- test
- stipulate directory## Links
> If you don' need typescript, you can go [Cra-template-rack](https://www.npmjs.com/package/cra-template-rack).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.