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

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的一个模板包

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).

[![node](https://img.shields.io/node/v/cra-template-rack-typescript.svg?style=flat-square)](https://nodejs.org/en/)
![npm](https://img.shields.io/npm/dt/cra-template-rack-typescript?style=flat-square)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/poeticloud/cra-template-rack-typescript?style=flat-square)
![NPM](https://img.shields.io/npm/l/cra-template-rack-typescript?style=flat-square)
## Usage

```sh
$ npx create-react-app my-app --template rack-typescript
```
## Views
![image](https://user-images.githubusercontent.com/8178166/114004851-9f95b300-9891-11eb-85f6-1fd176dae6e1.png)
![image](https://user-images.githubusercontent.com/8178166/114005069-ca800700-9891-11eb-8496-41805e6760fb.png)
![image](https://user-images.githubusercontent.com/8178166/114005109-d370d880-9891-11eb-9e7a-bf16496fd081.png)

## 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.