Skip to content

Commit 40003e6

Browse files
committed
feat: Modify README.md in template
1 parent c8bbdc6 commit 40003e6

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

template/README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,52 @@
1+
![cra-template-unicorn_logo](./assets/logo.png)
2+
13
# cra-template-unicorn
24

5+
![GitHub Action Status](https://github.com/JaeYeopHan/cra-template-unicorn/workflows/Deploy/badge.svg) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![npm version](https://badge.fury.io/js/cra-template-unicorn.svg)](https://badge.fury.io/js/cra-template-unicorn)
6+
7+
The template for [Create React App](https://github.com/facebook/create-react-app).
8+
9+
## Start Template
10+
11+
### npx
12+
13+
```sh
14+
npx create-react-app my-app --template unicorn
15+
```
16+
17+
### npm
18+
19+
```sh
20+
npm init react-app my-app --template unicorn
21+
```
22+
23+
### yarn
24+
25+
```sh
26+
yarn create react-app my-app --template unicorn
27+
```
28+
29+
## In this template
30+
331
- [craco](https://github.com/gsoft-inc/craco)
432
- [redux-toolkit](https://github.com/reduxjs/redux-toolkit)
533
- [react-redux](https://github.com/reduxjs/react-redux)
634
- [react-router](https://github.com/ReactTraining/react-router)
7-
- [reset.css](https://gist.githubusercontent.com/DavidWells/18e73022e723037a50d6/raw/ead7e72d11c847ad9b81f094686543522101c278/reset.css)
35+
36+
## Support
37+
38+
- Support VSCode Integration
39+
- Support reset.css
40+
- Support absolute path
41+
- Customize config with craco
42+
- Customize eslint config > [link](https://create-react-app.dev/docs/advanced-configuration)
43+
44+
## Show your support
45+
46+
Give a ⭐️ if this project helped you!
47+
48+
<div align="center">
49+
50+
<sub><sup>Written by <a href="https://github.com/JaeYeopHan">@Jbee</a></sup></sub><small>✌</small>
51+
52+
</div>

0 commit comments

Comments
 (0)