File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 44
55- ❌ Improve errors where the node_modules folder is created
66
7- ### It automatically builds a react, webpack, and ts working environment. This package helps you set up :
7+ ### It automatically builds a react, webpack, and ts working environment. This package helps the following people :
88
9- - Webpack build setting
10- - Airbnb convention(eslint, prettier)
11- - Yarn berry package manager
12- - Deployment with zero-install eliminates the need to install additional packages.
9+ - People who want a light initial project because the create-react-app CRA is heavy
10+ - People who need a CRA with react, typescript, yarn, etc
11+ - People who start with web pack settings for react
12+ - People who want to start a project with airbnb convention (eslint, prettier)
13+ - People who do not want to install additional packages when collaborating with yarn berry's zero-install
1314
1415<br />
1516
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const App = () => {
88 // <Route path="/" />
99 // </Routes>
1010 // </BrowserRouter>
11- return < h1 > Home </ h1 > ;
11+ return < h1 > React webpack typescript boilerplate </ h1 > ;
1212} ;
1313
1414export default App ;
You can’t perform that action at this time.
0 commit comments