File tree Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Original file line number Diff line number Diff line change
1
+ ![ cra-template-unicorn_logo] ( ./assets/logo.png )
2
+
1
3
# cra-template-unicorn
2
4
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
+
3
31
- [ craco] ( https://github.com/gsoft-inc/craco )
4
32
- [ redux-toolkit] ( https://github.com/reduxjs/redux-toolkit )
5
33
- [ react-redux] ( https://github.com/reduxjs/react-redux )
6
34
- [ 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 >
You can’t perform that action at this time.
0 commit comments